Home
last modified time | relevance | path

Searched refs:NUM_YV12_BUFFERS (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Donyxc_int.h36 #define NUM_YV12_BUFFERS 4 macro
78 YV12_BUFFER_CONFIG yv12_fb[NUM_YV12_BUFFERS];
79 int fb_idx_ref_cnt[NUM_YV12_BUFFERS];
Dalloccommon.c22 for (i = 0; i < NUM_YV12_BUFFERS; ++i) { in vp8_de_alloc_frame_buffers()
61 for (i = 0; i < NUM_YV12_BUFFERS; ++i) { in vp8_alloc_frame_buffers()
/external/libvpx/libvpx/vp8/decoder/
Donyxd_int.h59 YV12_BUFFER_CONFIG *dec_fb_ref[NUM_YV12_BUFFERS];
Donyxd_if.c195 for (i = 0; i < NUM_YV12_BUFFERS; ++i) { in get_free_fb()
199 assert(i < NUM_YV12_BUFFERS); in get_free_fb()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c5042 for (; i < NUM_YV12_BUFFERS; ++i) { in vp8_get_compressed_data()
5049 assert(i < NUM_YV12_BUFFERS); in vp8_get_compressed_data()