Searched refs:bitstream_queue_pop (Results 1 – 3 of 3) sorted by relevance
74 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()
41 void bitstream_queue_pop(int *result, aom_cdf_prob *cdf, int *nsymbs);
53 void bitstream_queue_pop(int *result, aom_cdf_prob *cdf, int *nsymbs) { in bitstream_queue_pop() function