Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Ddaalaboolwriter.h51 bitstream_queue_push(bit, cdf, 2); in aom_daala_write()
68 bitstream_queue_push(symb, cdf, nsymbs); in daala_write_symbol()
/external/libaom/libaom/aom_util/
Ddebug_util.h42 void bitstream_queue_push(int result, const aom_cdf_prob *cdf, int nsymbs);
Ddebug_util.c66 void bitstream_queue_push(int result, const aom_cdf_prob *cdf, int nsymbs) { in bitstream_queue_push() function