Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Ddaalaboolreader.h72 const int queue_r = bitstream_queue_get_read(); in aom_daala_read()
116 const int queue_r = bitstream_queue_get_read(); in daala_read_symbol()
/external/libaom/libaom/aom_util/
Ddebug_util.h38 int bitstream_queue_get_read(void);
Ddebug_util.c51 int bitstream_queue_get_read(void) { return queue_r; } in bitstream_queue_get_read() function