Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Ddaalaboolreader.h74 bitstream_queue_pop(&ref_bit, ref_cdf, &ref_nsymbs); in aom_daala_read()
118 bitstream_queue_pop(&ref_symb, ref_cdf, &ref_nsymbs); in daala_read_symbol()
/external/libaom/libaom/aom_util/
Ddebug_util.h41 void bitstream_queue_pop(int *result, aom_cdf_prob *cdf, int *nsymbs);
Ddebug_util.c53 void bitstream_queue_pop(int *result, aom_cdf_prob *cdf, int *nsymbs) { in bitstream_queue_pop() function