Home
last modified time | relevance | path

Searched refs:bitstream_queue_reset_write (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_util/
Dvpx_debug_util.h41 void bitstream_queue_reset_write(void);
Dvpx_debug_util.c45 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write() function
/external/libaom/libaom/aom_util/
Ddebug_util.h40 void bitstream_queue_reset_write(void);
Ddebug_util.c51 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1360 bitstream_queue_reset_write(); in vp9_pack_bitstream()
/external/libaom/libaom/av1/encoder/
Dbitstream.c3859 bitstream_queue_reset_write(); in av1_pack_bitstream()