Searched refs:ref_fb_idx (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Donyxd_if.c113 int ref_fb_idx; local
116 ref_fb_idx = cm->lst_fb_idx;
118 ref_fb_idx = cm->gld_fb_idx;
120 ref_fb_idx = cm->alt_fb_idx;
127 if(cm->yv12_fb[ref_fb_idx].y_height != sd->y_height ||
128 cm->yv12_fb[ref_fb_idx].y_width != sd->y_width ||
129 cm->yv12_fb[ref_fb_idx].uv_height != sd->uv_height ||
130 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width){
135 vp8_yv12_copy_frame(&cm->yv12_fb[ref_fb_idx], sd);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodeframe.c373 int ref_fb_idx = cm->lst_fb_idx; local
375 int recon_y_stride = cm->yv12_fb[ref_fb_idx].y_stride;
376 int recon_uv_stride = cm->yv12_fb[ref_fb_idx].uv_stride;
1352 int ref_fb_idx; local
1355 ref_fb_idx = cpi->common.lst_fb_idx;
1357 ref_fb_idx = cpi->common.gld_fb_idx;
1359 ref_fb_idx = cpi->common.alt_fb_idx;
1361 xd->pre.y_buffer = cpi->common.yv12_fb[ref_fb_idx].y_buffer + recon_yoffset;
1362 xd->pre.u_buffer = cpi->common.yv12_fb[ref_fb_idx].u_buffer + recon_uvoffset;
1363 xd->pre.v_buffer = cpi->common.yv12_fb[ref_fb_idx]
[all...]
H A Dethreading.c85 int ref_fb_idx = cm->lst_fb_idx; local
87 int recon_y_stride = cm->yv12_fb[ref_fb_idx].y_stride;
88 int recon_uv_stride = cm->yv12_fb[ref_fb_idx].uv_stride;
H A Donyx_if.c2568 int ref_fb_idx; local
2571 ref_fb_idx = cm->lst_fb_idx;
2573 ref_fb_idx = cm->gld_fb_idx;
2575 ref_fb_idx = cm->alt_fb_idx;
2579 vp8_yv12_copy_frame(&cm->yv12_fb[ref_fb_idx], sd);
2587 int ref_fb_idx; local
2590 ref_fb_idx = cm->lst_fb_idx;
2592 ref_fb_idx = cm->gld_fb_idx;
2594 ref_fb_idx = cm->alt_fb_idx;
2598 vp8_yv12_copy_frame(sd, &cm->yv12_fb[ref_fb_idx]);
[all...]

Completed in 88 milliseconds