Lines Matching refs:frame_to_show
2441 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show;
2811 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->alt_fb_idx]);
2855 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->gld_fb_idx]);
3273 vp8_yv12_extend_frame_borders_ptr(cm->frame_to_show);
3284 vp8_yv12_copy_frame_ptr(cm->frame_to_show, gld_yv12);
3285 vp8_yv12_copy_frame_ptr(cm->frame_to_show, alt_yv12);
4231 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx];
4234 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx];
4528 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->alt_fb_idx]);
4531 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->gld_fb_idx]);
4591 //vp8_write_yuv_frame("encoder_recon.yuv", cm->frame_to_show);
5118 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show;
5150 vp8_deblock(cm->frame_to_show, &cm->post_proc_buffer, cm->filter_level * 10 / 6, 1, 0, IF_RTCD(&cm->rtcd.postproc));
5188 frame_all = vp8_calc_ssimg(cpi->Source, cm->frame_to_show, &y, &u, &v);
5248 if (cpi->common.frame_to_show)
5250 *dest = *cpi->common.frame_to_show;