• Home
  • Raw
  • Download

Lines Matching refs:lst_yv12

516     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()
866 vp8_yv12_copy_frame(lst_yv12, gld_yv12); in vp8_first_pass()
872 vp8_swap_yv12_buffer(lst_yv12, new_yv12); in vp8_first_pass()
873 vp8_yv12_extend_frame_borders(lst_yv12); in vp8_first_pass()
880 vp8_yv12_copy_frame(lst_yv12, gld_yv12); in vp8_first_pass()
896 (void) fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, in vp8_first_pass()
3069 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; in find_next_key_frame() local
3091 if ((lst_yv12->y_width * lst_yv12->y_height) > (320 * 240)) in find_next_key_frame()
3092 kf_boost += 2 * (lst_yv12->y_width * lst_yv12->y_height) / (320 * 240); in find_next_key_frame()
3093 else if ((lst_yv12->y_width * lst_yv12->y_height) < (320 * 240)) in find_next_key_frame()
3094 kf_boost -= 4 * (320 * 240) / (lst_yv12->y_width * lst_yv12->y_height); in find_next_key_frame()