Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_util/
Ddebug_util.c30 #define QUEUE_MAX_SIZE 2000000 macro
31 static int result_queue[QUEUE_MAX_SIZE];
32 static int nsymbs_queue[QUEUE_MAX_SIZE];
33 static aom_cdf_prob cdf_queue[QUEUE_MAX_SIZE][16];
62 queue_r = (queue_r + 1) % QUEUE_MAX_SIZE; in bitstream_queue_pop()
71 queue_w = (queue_w + 1) % QUEUE_MAX_SIZE; in bitstream_queue_push()