HomeSort by relevance Sort by last modified time
    Searched refs:lst_yv12 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 479 YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->lst_fb_idx]; local
482 int recon_y_stride = lst_yv12->y_stride;
483 int recon_uv_stride = lst_yv12->uv_stride;
506 xd->pre = *lst_yv12;
607 &raw_motion_error, lst_yv12, &motion_error,
620 lst_yv12, &motion_error, recon_yoffset);
627 first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, lst_yv12,
650 xd->pre.y_buffer = lst_yv12->y_buffer + recon_yoffset;
651 xd->pre.u_buffer = lst_yv12->u_buffer + recon_uvoffset;
652 xd->pre.v_buffer = lst_yv12->v_buffer + recon_uvoffset
2858 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 839 YV12_BUFFER_CONFIG *const lst_yv12 = get_ref_frame_buffer(cpi, LAST_FRAME); local
842 const YV12_BUFFER_CONFIG *first_ref_buf = lst_yv12;
855 assert((lc != NULL) || frame_is_intra_only(cm) || (lst_yv12 != NULL));
1361 YV12_BUFFER_CONFIG *const lst_yv12 = get_ref_frame_buffer(cpi, LAST_FRAME); local
    [all...]

Completed in 163 milliseconds