Home
last modified time | relevance | path

Searched refs:lst_yv12 (Results 1 – 3 of 3) 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/libaom/libaom/av1/encoder/
Dfirstpass.c358 const YV12_BUFFER_CONFIG *const lst_yv12 = in av1_first_pass() local
362 const YV12_BUFFER_CONFIG *first_ref_buf = lst_yv12; in av1_first_pass()
375 assert(frame_is_intra_only(cm) || (lst_yv12 != NULL)); in av1_first_pass()
855 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file); in av1_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c836 YV12_BUFFER_CONFIG *const lst_yv12 = get_ref_frame_buffer(cpi, LAST_FRAME); in vp9_first_pass_encode_tile_mb_row() local
839 const YV12_BUFFER_CONFIG *first_ref_buf = lst_yv12; in vp9_first_pass_encode_tile_mb_row()
849 assert(frame_is_intra_only(cm) || (lst_yv12 != NULL)); in vp9_first_pass_encode_tile_mb_row()
1344 YV12_BUFFER_CONFIG *const lst_yv12 = get_ref_frame_buffer(cpi, LAST_FRAME); in vp9_first_pass() local
1347 const YV12_BUFFER_CONFIG *first_ref_buf = lst_yv12; in vp9_first_pass()
1360 assert(frame_is_intra_only(cm) || (lst_yv12 != NULL)); in vp9_first_pass()
1477 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file); in vp9_first_pass()