Home | History | Annotate | Download | only in encoder

Lines Matching refs:lst_yv12

1541             YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx];
1549 x->e_mbd.pre.y_buffer = lst_yv12->y_buffer + recon_yoffset;
1550 x->e_mbd.pre.u_buffer = lst_yv12->u_buffer + recon_uvoffset;
1551 x->e_mbd.pre.v_buffer = lst_yv12->v_buffer + recon_uvoffset;