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.h37 #define NUM_YV12_BUFFERS 4 macro
83 YV12_BUFFER_CONFIG yv12_fb[NUM_YV12_BUFFERS];
84 int fb_idx_ref_cnt[NUM_YV12_BUFFERS];
Dalloccommon.c23 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.h70 YV12_BUFFER_CONFIG *dec_fb_ref[NUM_YV12_BUFFERS];
Donyxd_if.c184 for (i = 0; i < NUM_YV12_BUFFERS; i++) in get_free_fb()
188 assert(i < NUM_YV12_BUFFERS); in get_free_fb()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c5163 for(; i < NUM_YV12_BUFFERS; i++) in vp8_get_compressed_data()
5172 assert(i < NUM_YV12_BUFFERS ); in vp8_get_compressed_data()