Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c434 const YV12_BUFFER_CONFIG *first_ref_buf = lst_yv12; in vp9_first_pass() local
474 first_ref_buf = scaled_ref_buf; in vp9_first_pass()
491 vp9_setup_pre_planes(xd, 0, first_ref_buf, 0, 0, NULL); in vp9_first_pass()
599 xd->plane[0].pre[0].buf = first_ref_buf->y_buffer + recon_yoffset; in vp9_first_pass()
662 xd->plane[0].pre[0].buf = first_ref_buf->y_buffer + recon_yoffset; in vp9_first_pass()
663 xd->plane[1].pre[0].buf = first_ref_buf->u_buffer + recon_uvoffset; in vp9_first_pass()
664 xd->plane[2].pre[0].buf = first_ref_buf->v_buffer + recon_uvoffset; in vp9_first_pass()