HomeSort by relevance Sort by last modified time
    Searched defs:NUM_YV12_BUFFERS (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 33 #define NUM_YV12_BUFFERS 4
79 YV12_BUFFER_CONFIG yv12_fb[NUM_YV12_BUFFERS];
80 int fb_idx_ref_cnt[NUM_YV12_BUFFERS];
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 36 #define NUM_YV12_BUFFERS (NUM_REF_FRAMES + 4)
111 YV12_BUFFER_CONFIG yv12_fb[NUM_YV12_BUFFERS];
112 int fb_idx_ref_cnt[NUM_YV12_BUFFERS]; /* reference counts */
226 for (i = 0; i < NUM_YV12_BUFFERS; i++)
230 assert(i < NUM_YV12_BUFFERS);

Completed in 27 milliseconds