Searched refs:bitstream_queue_pop (Results 1 – 7 of 7) sorted by relevance
/external/libaom/aom_dsp/ |
D | bitreader.h | 115 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/ |
D | vpx_debug_util.h | 42 void bitstream_queue_pop(int *result, int *prob);
|
D | vpx_debug_util.c | 51 void bitstream_queue_pop(int *result, int *prob) { in bitstream_queue_pop() function
|
/external/libaom/aom_util/ |
D | debug_util.h | 41 void bitstream_queue_pop(int *result, aom_cdf_prob *cdf, int *nsymbs);
|
D | debug_util.c | 58 void bitstream_queue_pop(int *result, aom_cdf_prob *cdf, int *nsymbs) { in bitstream_queue_pop() function
|
/external/libvpx/vpx_dsp/ |
D | bitreader.h | 115 bitstream_queue_pop(&ref_result, &ref_prob); in vpx_read()
|
/external/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 40 bitstream_queue_pop(&ref_result, &ref_prob); in read_bool()
|