Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c479 YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->lst_fb_idx]; in vp8_first_pass() local
482 int recon_y_stride = lst_yv12->y_stride; in vp8_first_pass()
483 int recon_uv_stride = lst_yv12->uv_stride; in vp8_first_pass()
506 xd->pre = *lst_yv12; in vp8_first_pass()
607 &raw_motion_error, lst_yv12, &motion_error, in vp8_first_pass()
620 lst_yv12, &motion_error, recon_yoffset); in vp8_first_pass()
627 first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, lst_yv12, in vp8_first_pass()
650 xd->pre.y_buffer = lst_yv12->y_buffer + recon_yoffset; in vp8_first_pass()
651 xd->pre.u_buffer = lst_yv12->u_buffer + recon_uvoffset; in vp8_first_pass()
652 xd->pre.v_buffer = lst_yv12->v_buffer + recon_uvoffset; in vp8_first_pass()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c839 YV12_BUFFER_CONFIG *const lst_yv12 = get_ref_frame_buffer(cpi, LAST_FRAME); in vp9_first_pass_encode_tile_mb_row() local
842 const YV12_BUFFER_CONFIG *first_ref_buf = lst_yv12; in vp9_first_pass_encode_tile_mb_row()
855 assert((lc != NULL) || frame_is_intra_only(cm) || (lst_yv12 != NULL)); in vp9_first_pass_encode_tile_mb_row()
1361 YV12_BUFFER_CONFIG *const lst_yv12 = get_ref_frame_buffer(cpi, LAST_FRAME); in vp9_first_pass() local
1364 const YV12_BUFFER_CONFIG *first_ref_buf = lst_yv12; in vp9_first_pass()
1380 assert((lc != NULL) || frame_is_intra_only(cm) || (lst_yv12 != NULL)); in vp9_first_pass()
1546 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file); in vp9_first_pass()