Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c515 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 …]
Donyx_if.c2207 YV12_BUFFER_CONFIG *lst_yv12 = in vp8_remove_compressor() local
2221 lst_yv12->y_width * lst_yv12->y_height; in vp8_remove_compressor()
2243 lst_yv12->y_width * lst_yv12->y_height; in vp8_remove_compressor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c411 YV12_BUFFER_CONFIG *const lst_yv12 = get_ref_frame_buffer(cpi, LAST_FRAME); in vp9_first_pass() local
414 int recon_y_stride = lst_yv12->y_stride; in vp9_first_pass()
415 int recon_uv_stride = lst_yv12->uv_stride; in vp9_first_pass()
416 int uv_mb_height = 16 >> (lst_yv12->y_height > lst_yv12->uv_height); in vp9_first_pass()
434 const YV12_BUFFER_CONFIG *first_ref_buf = lst_yv12; in vp9_first_pass()
889 vp8_yv12_copy_frame(lst_yv12, gld_yv12); in vp9_first_pass()
902 swap_yv12(lst_yv12, new_yv12); in vp9_first_pass()
908 vp8_yv12_copy_frame(lst_yv12, gld_yv12); in vp9_first_pass()
923 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file); in vp9_first_pass()