Home
last modified time | relevance | path

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

/external/libaom/aom_dsp/
Dbitreader.h115 bitstream_queue_pop(&ref_bit, ref_cdf, &ref_nsymbs); in aom_read_()
182 bitstream_queue_pop(&ref_symb, ref_cdf, &ref_nsymbs); in aom_read_cdf_()
/external/libvpx/vpx_util/
Dvpx_debug_util.h42 void bitstream_queue_pop(int *result, int *prob);
Dvpx_debug_util.c51 void bitstream_queue_pop(int *result, int *prob) { in bitstream_queue_pop() function
/external/libaom/aom_util/
Ddebug_util.h41 void bitstream_queue_pop(int *result, aom_cdf_prob *cdf, int *nsymbs);
Ddebug_util.c58 void bitstream_queue_pop(int *result, aom_cdf_prob *cdf, int *nsymbs) { in bitstream_queue_pop() function
/external/libvpx/vpx_dsp/
Dbitreader.h115 bitstream_queue_pop(&ref_result, &ref_prob); in vpx_read()
/external/libvpx/vp9/decoder/
Dvp9_detokenize.c40 bitstream_queue_pop(&ref_result, &ref_prob); in read_bool()