Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/aom_dsp/
H A Dbitreader.h114 const int frame_idx = aom_bitstream_queue_get_frame_read(); in aom_read_()
181 const int frame_idx = aom_bitstream_queue_get_frame_read(); in aom_read_cdf_()
/aosp_15_r20/external/libaom/aom_util/
H A Ddebug_util.h26 int aom_bitstream_queue_get_frame_read(void);
H A Ddebug_util.c32 int aom_bitstream_queue_get_frame_read(void) { return frame_idx_r; } in aom_bitstream_queue_get_frame_read() function