Home
last modified time | relevance | path

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

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