Searched refs:lst_yv12 (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c515 YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->lst_fb_idx]; local
518 int recon_y_stride = lst_yv12->y_stride;
519 int recon_uv_stride = lst_yv12->uv_stride;
542 xd->pre = *lst_yv12;
646 &raw_motion_error, lst_yv12, &motion_error,
658 &d->bmi.mv.as_mv, lst_yv12,
668 lst_yv12, &tmp_err, recon_yoffset);
691 xd->pre.y_buffer = lst_yv12->y_buffer + recon_yoffset;
692 xd->pre.u_buffer = lst_yv12->u_buffer + recon_uvoffset;
693 xd->pre.v_buffer = lst_yv12
3071 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; local
[all...]
H A Donyx_if.c2160 YV12_BUFFER_CONFIG *lst_yv12 = local
2174 lst_yv12->y_width * lst_yv12->y_height;
2196 lst_yv12->y_width * lst_yv12->y_height;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c483 YV12_BUFFER_CONFIG *const lst_yv12 = get_ref_frame_buffer(cpi, LAST_FRAME); local
486 int recon_y_stride = lst_yv12->y_stride;
487 int recon_uv_stride = lst_yv12->uv_stride;
488 int uv_mb_height = 16 >> (lst_yv12->y_height > lst_yv12->uv_height);
506 const YV12_BUFFER_CONFIG *first_ref_buf = lst_yv12;
844 vp8_yv12_copy_frame(lst_yv12, gld_yv12);
855 swap_yv12(lst_yv12, new_yv12);
858 vp9_extend_frame_borders(lst_yv12);
863 vp8_yv12_copy_frame(lst_yv12, gld_yv1
[all...]

Completed in 1108 milliseconds