Home
last modified time | relevance | path

Searched refs:QUEUE_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/aom_util/
Ddebug_util.c34 #define QUEUE_MAX_SIZE 2000000 macro
35 static int result_queue[QUEUE_MAX_SIZE];
36 static int nsymbs_queue[QUEUE_MAX_SIZE];
37 static aom_cdf_prob cdf_queue[QUEUE_MAX_SIZE][16];
66 queue_r = (queue_r + 1) % QUEUE_MAX_SIZE; in bitstream_queue_pop()
75 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()
/external/libvpx/libvpx/vpx_util/
Dvpx_debug_util.c30 #define QUEUE_MAX_SIZE 2000000 macro
31 static int result_queue[QUEUE_MAX_SIZE];
32 static int prob_queue[QUEUE_MAX_SIZE];
59 queue_r = (queue_r + 1) % QUEUE_MAX_SIZE; in bitstream_queue_pop()
67 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()