Searched refs:QUEUE_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
34 #define QUEUE_MAX_SIZE 2000000 macro35 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()
30 #define QUEUE_MAX_SIZE 2000000 macro31 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()