Searched refs:lst_yv12 (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | firstpass.c | 515 YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->lst_fb_idx]; in vp8_first_pass() local 518 int recon_y_stride = lst_yv12->y_stride; in vp8_first_pass() 519 int recon_uv_stride = lst_yv12->uv_stride; in vp8_first_pass() 542 xd->pre = *lst_yv12; in vp8_first_pass() 646 &raw_motion_error, lst_yv12, &motion_error, in vp8_first_pass() 658 &d->bmi.mv.as_mv, lst_yv12, in vp8_first_pass() 668 lst_yv12, &tmp_err, recon_yoffset); in vp8_first_pass() 691 xd->pre.y_buffer = lst_yv12->y_buffer + recon_yoffset; in vp8_first_pass() 692 xd->pre.u_buffer = lst_yv12->u_buffer + recon_uvoffset; in vp8_first_pass() 693 xd->pre.v_buffer = lst_yv12->v_buffer + recon_uvoffset; in vp8_first_pass() [all …]
|
D | onyx_if.c | 2160 YV12_BUFFER_CONFIG *lst_yv12 = in vp8_remove_compressor() local 2174 lst_yv12->y_width * lst_yv12->y_height; in vp8_remove_compressor() 2196 lst_yv12->y_width * lst_yv12->y_height; in vp8_remove_compressor()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 483 YV12_BUFFER_CONFIG *const lst_yv12 = get_ref_frame_buffer(cpi, LAST_FRAME); in vp9_first_pass() local 486 int recon_y_stride = lst_yv12->y_stride; in vp9_first_pass() 487 int recon_uv_stride = lst_yv12->uv_stride; in vp9_first_pass() 488 int uv_mb_height = 16 >> (lst_yv12->y_height > lst_yv12->uv_height); in vp9_first_pass() 506 const YV12_BUFFER_CONFIG *first_ref_buf = lst_yv12; in vp9_first_pass() 844 vp8_yv12_copy_frame(lst_yv12, gld_yv12); in vp9_first_pass() 855 swap_yv12(lst_yv12, new_yv12); in vp9_first_pass() 858 vp9_extend_frame_borders(lst_yv12); in vp9_first_pass() 863 vp8_yv12_copy_frame(lst_yv12, gld_yv12); in vp9_first_pass() 878 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file); in vp9_first_pass()
|