Home
last modified time | relevance | path

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

/external/libvpx/vpx_util/
Dvpx_debug_util.c32 static int prob_queue[QUEUE_MAX_SIZE]; variable
58 *prob = prob_queue[queue_r]; in bitstream_queue_pop()
66 prob_queue[queue_w] = prob; in bitstream_queue_push()