Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_util/
Dvpx_debug_util.h39 int bitstream_queue_get_read(void);
Dvpx_debug_util.c49 int bitstream_queue_get_read(void) { return queue_r; } in bitstream_queue_get_read() function
/external/libaom/libaom/aom_dsp/
Dbitreader.h109 const int queue_r = bitstream_queue_get_read(); in aom_read_()
176 const int queue_r = bitstream_queue_get_read(); in aom_read_cdf_()
/external/libaom/libaom/aom_util/
Ddebug_util.h38 int bitstream_queue_get_read(void);
Ddebug_util.c55 int bitstream_queue_get_read(void) { return queue_r; } in bitstream_queue_get_read() function
/external/libvpx/libvpx/vpx_dsp/
Dbitreader.h112 const int queue_r = bitstream_queue_get_read(); in vpx_read()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c37 const int queue_r = bitstream_queue_get_read(); in read_bool()