Home | History | Annotate | Download | only in encoder

Lines Matching refs:lst_fb_idx

1189         vp8_init3smotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride);
1193 vp8_init_dsmotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride);
1746 cm->yv12_fb[cm->lst_fb_idx].y_width ||
1748 cm->yv12_fb[cm->lst_fb_idx].y_height ||
1749 cm->yv12_fb[cm->lst_fb_idx].y_width == 0)
2182 YV12_BUFFER_CONFIG *lst_yv12 = &cpi->common.yv12_fb[cpi->common.lst_fb_idx];
2527 ref_fb_idx = cm->lst_fb_idx;
2547 ref_fb_idx = cm->lst_fb_idx;
2635 else if (cm->Width != cm->yv12_fb[cm->lst_fb_idx].y_width ||
2636 cm->Height != cm->yv12_fb[cm->lst_fb_idx].y_height)
3276 YV12_BUFFER_CONFIG *lst_yv12 = &cm->yv12_fb[cm->lst_fb_idx];
4230 vp8_swap_yv12_buffer(&cm->yv12_fb[cm->lst_fb_idx], &cm->yv12_fb[cm->new_fb_idx]);
4231 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx];
4584 fwrite(cm->yv12_fb[cm->lst_fb_idx].buffer_alloc,
4585 cm->yv12_fb[cm->lst_fb_idx].frame_size, 1, recon_file);