Lines Matching refs:yv12_fb
1189 vp8_init3smotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride); in vp8_set_speed_features()
1193 vp8_init_dsmotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride); in vp8_set_speed_features()
1746 cm->yv12_fb[cm->lst_fb_idx].y_width || in vp8_change_config()
1748 cm->yv12_fb[cm->lst_fb_idx].y_height || in vp8_change_config()
1749 cm->yv12_fb[cm->lst_fb_idx].y_width == 0) in vp8_change_config()
2182 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx]; in vp8_remove_compressor()
2535 vp8_yv12_copy_frame_ptr(&cm->yv12_fb[ref_fb_idx], sd); in vp8_get_reference()
2555 vp8_yv12_copy_frame_ptr(sd, &cm->yv12_fb[ref_fb_idx]); in vp8_set_reference()
2635 else if (cm->Width != cm->yv12_fb[cm->lst_fb_idx].y_width || in scale_and_extend_source()
2636 cm->Height != cm->yv12_fb[cm->lst_fb_idx].y_height) in scale_and_extend_source()
2811 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->alt_fb_idx]); in update_alt_ref_frame_and_stats()
2855 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->gld_fb_idx]); in update_golden_frame_and_stats()
3276 YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->lst_fb_idx]; in loopfilter_frame()
3277 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx]; in loopfilter_frame()
3278 YV12_BUFFER_CONFIG *gld_yv12 = &cm->yv12_fb[cm->gld_fb_idx]; in loopfilter_frame()
3279 YV12_BUFFER_CONFIG *alt_yv12 = &cm->yv12_fb[cm->alt_fb_idx]; in loopfilter_frame()
3979 &cm->yv12_fb[cm->new_fb_idx], in encode_frame_to_data_rate()
4176 &cm->yv12_fb[cm->new_fb_idx], in encode_frame_to_data_rate()
4230 vp8_swap_yv12_buffer(&cm->yv12_fb[cm->lst_fb_idx], &cm->yv12_fb[cm->new_fb_idx]); in encode_frame_to_data_rate()
4231 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx]; in encode_frame_to_data_rate()
4234 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx]; in encode_frame_to_data_rate()
4528 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->alt_fb_idx]); in encode_frame_to_data_rate()
4531 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->gld_fb_idx]); in encode_frame_to_data_rate()
4584 fwrite(cm->yv12_fb[cm->lst_fb_idx].buffer_alloc, in encode_frame_to_data_rate()
4585 cm->yv12_fb[cm->lst_fb_idx].frame_size, 1, recon_file); in encode_frame_to_data_rate()