/external/libvpx/libvpx/vp8/encoder/ |
firstpass.c | 515 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->v_buffer + recon_uvoffset 3068 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; local [all...] |
onyx_if.c | 2152 YV12_BUFFER_CONFIG *lst_yv12 = local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_firstpass.c | 493 YV12_BUFFER_CONFIG *const lst_yv12 = &cm->yv12_fb[lst_yv12_idx]; local 496 const int recon_y_stride = lst_yv12->y_stride; 497 const int recon_uv_stride = lst_yv12->uv_stride; 521 setup_pre_planes(xd, 0, lst_yv12, 0, 0, NULL); 642 zz_motion_search(cpi, x, lst_yv12, &motion_error, recon_yoffset); 648 &mv.as_mv, lst_yv12, 660 lst_yv12, &tmp_err, recon_yoffset); 692 xd->plane[0].pre[0].buf = lst_yv12->y_buffer + recon_yoffset; 693 xd->plane[1].pre[0].buf = lst_yv12->u_buffer + recon_uvoffset; 694 xd->plane[2].pre[0].buf = lst_yv12->v_buffer + recon_uvoffset [all...] |
vp9_onyx_if.c | 1937 YV12_BUFFER_CONFIG *lst_yv12 = local [all...] |