Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_util/
Ddebug_util.c33 static aom_cdf_prob cdf_queue[QUEUE_MAX_SIZE][16]; variable
61 memcpy(cdf, cdf_queue[queue_r], *nsymbs * sizeof(*cdf)); in bitstream_queue_pop()
70 memcpy(cdf_queue[queue_w], cdf, nsymbs * sizeof(*cdf)); in bitstream_queue_push()