Home | History | Annotate | Download | only in encoder

Lines Matching full:lst_yv12

495     YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->lst_fb_idx];
498 int recon_y_stride = lst_yv12->y_stride;
499 int recon_uv_stride = lst_yv12->uv_stride;
519 xd->pre = *lst_yv12;
602 zz_motion_search( cpi, x, lst_yv12, &motion_error, recon_yoffset );
609 &d->bmi.mv.as_mv, lst_yv12,
617 lst_yv12, &tmp_err, recon_yoffset);
648 xd->pre.y_buffer = lst_yv12->y_buffer + recon_yoffset;
649 xd->pre.u_buffer = lst_yv12->u_buffer + recon_uvoffset;
650 xd->pre.v_buffer = lst_yv12->v_buffer + recon_uvoffset;
807 vp8_yv12_copy_frame_ptr(lst_yv12, gld_yv12);
811 vp8_swap_yv12_buffer(lst_yv12, new_yv12);
812 vp8_yv12_extend_frame_borders(lst_yv12);
817 vp8_yv12_copy_frame_ptr(lst_yv12, gld_yv12);
833 if(fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file));
2600 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx];
2620 if ((lst_yv12->y_width * lst_yv12->y_height) > (320 * 240))
2621 kf_boost += 2 * (lst_yv12lst_yv12->y_height) / (320 * 240);
2622 else if ((lst_yv12->y_width * lst_yv12->y_height) < (320 * 240))
2623 kf_boost -= 4 * (320 * 240) / (lst_yv12->y_width * lst_yv12->y_height);