Searched refs:first_ref_buf (Results 1 – 1 of 1) sorted by relevance
531 const YV12_BUFFER_CONFIG *first_ref_buf = lst_yv12; in vp9_first_pass() local581 first_ref_buf = vp9_get_scaled_ref_frame(cpi, LAST_FRAME); in vp9_first_pass()582 if (first_ref_buf == NULL) in vp9_first_pass()583 first_ref_buf = get_ref_frame_buffer(cpi, LAST_FRAME); in vp9_first_pass()609 vp9_setup_pre_planes(xd, 0, first_ref_buf, 0, 0, NULL); in vp9_first_pass()763 xd->plane[0].pre[0].buf = first_ref_buf->y_buffer + recon_yoffset; in vp9_first_pass()843 xd->plane[0].pre[0].buf = first_ref_buf->y_buffer + recon_yoffset; in vp9_first_pass()844 xd->plane[1].pre[0].buf = first_ref_buf->u_buffer + recon_uvoffset; in vp9_first_pass()845 xd->plane[2].pre[0].buf = first_ref_buf->v_buffer + recon_uvoffset; in vp9_first_pass()