Home
last modified time | relevance | path

Searched refs:first_ref_buf (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c506 const YV12_BUFFER_CONFIG *first_ref_buf = lst_yv12; in vp9_first_pass() local
528 first_ref_buf = scaled_ref_buf; in vp9_first_pass()
529 recon_y_stride = first_ref_buf->y_stride; in vp9_first_pass()
530 recon_uv_stride = first_ref_buf->uv_stride; in vp9_first_pass()
531 uv_mb_height = 16 >> (first_ref_buf->y_height > first_ref_buf->uv_height); in vp9_first_pass()
540 vp9_setup_pre_planes(xd, 0, first_ref_buf, 0, 0, NULL); in vp9_first_pass()
633 xd->plane[0].pre[0].buf = first_ref_buf->y_buffer + recon_yoffset; in vp9_first_pass()
683 xd->plane[0].pre[0].buf = first_ref_buf->y_buffer + recon_yoffset; in vp9_first_pass()
684 xd->plane[1].pre[0].buf = first_ref_buf->u_buffer + recon_uvoffset; in vp9_first_pass()
685 xd->plane[2].pre[0].buf = first_ref_buf->v_buffer + recon_uvoffset; in vp9_first_pass()