Searched defs:yv12_fb (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h80 YV12_BUFFER_CONFIG yv12_fb[NUM_YV12_BUFFERS]; member in struct:VP8Common
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c921 vp8_init3smotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride);
925 vp8_init_dsmotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride);
1641 cm->yv12_fb[cm->lst_fb_idx].y_width ||
1643 cm->yv12_fb[cm->lst_fb_idx].y_height ||
1644 cm->yv12_fb[cm->lst_fb_idx].y_width == 0)
2087 &cpi->common.yv12_fb[cpi->common.lst_fb_idx];
2503 vp8_yv12_copy_frame(&cm->yv12_fb[ref_fb_idx], sd);
2522 vp8_yv12_copy_frame(sd, &cm->yv12_fb[ref_fb_idx]);
3009 YV12_BUFFER_CONFIG *yv12_fb = cm->yv12_fb; local
[all...]

Completed in 446 milliseconds