Home
last modified time | relevance | path

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

/external/libaom/aom_dsp/
Dbitwriter.h73 bitstream_queue_push(bit, cdf, 2); in aom_write()
92 bitstream_queue_push(symb, cdf, nsymbs); in aom_write_cdf()
/external/libvpx/vpx_util/
Dvpx_debug_util.h43 void bitstream_queue_push(int result, const int prob);
Dvpx_debug_util.c63 void bitstream_queue_push(int result, const int prob) { in bitstream_queue_push() function
/external/libaom/aom_util/
Ddebug_util.h42 void bitstream_queue_push(int result, const aom_cdf_prob *cdf, int nsymbs);
Ddebug_util.c71 void bitstream_queue_push(int result, const aom_cdf_prob *cdf, int nsymbs) { in bitstream_queue_push() function
/external/libvpx/vpx_dsp/
Dbitwriter.h60 bitstream_queue_push(bit, probability); in vpx_write()