Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c516 YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->lst_fb_idx]; in vp8_first_pass() local
519 int recon_y_stride = lst_yv12->y_stride; in vp8_first_pass()
520 int recon_uv_stride = lst_yv12->uv_stride; in vp8_first_pass()
543 xd->pre = *lst_yv12; in vp8_first_pass()
647 &raw_motion_error, lst_yv12, &motion_error, in vp8_first_pass()
659 &d->bmi.mv.as_mv, lst_yv12, in vp8_first_pass()
669 lst_yv12, &tmp_err, recon_yoffset); in vp8_first_pass()
692 xd->pre.y_buffer = lst_yv12->y_buffer + recon_yoffset; in vp8_first_pass()
693 xd->pre.u_buffer = lst_yv12->u_buffer + recon_uvoffset; in vp8_first_pass()
694 xd->pre.v_buffer = lst_yv12->v_buffer + recon_uvoffset; in vp8_first_pass()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c528 YV12_BUFFER_CONFIG *const lst_yv12 = get_ref_frame_buffer(cpi, LAST_FRAME); in vp9_first_pass() local
531 const YV12_BUFFER_CONFIG *first_ref_buf = lst_yv12; in vp9_first_pass()
541 assert((lc != NULL) || frame_is_intra_only(cm) || (lst_yv12 != NULL)); in vp9_first_pass()
1146 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file); in vp9_first_pass()