Searched refs:bitstream_queue_push (Results 1 – 6 of 6) sorted by relevance
/external/libaom/aom_dsp/ |
D | bitwriter.h | 73 bitstream_queue_push(bit, cdf, 2); in aom_write() 92 bitstream_queue_push(symb, cdf, nsymbs); in aom_write_cdf()
|
/external/libvpx/vpx_util/ |
D | vpx_debug_util.h | 43 void bitstream_queue_push(int result, const int prob);
|
D | vpx_debug_util.c | 63 void bitstream_queue_push(int result, const int prob) { in bitstream_queue_push() function
|
/external/libaom/aom_util/ |
D | debug_util.h | 42 void bitstream_queue_push(int result, const aom_cdf_prob *cdf, int nsymbs);
|
D | debug_util.c | 71 void bitstream_queue_push(int result, const aom_cdf_prob *cdf, int nsymbs) { in bitstream_queue_push() function
|
/external/libvpx/vpx_dsp/ |
D | bitwriter.h | 60 bitstream_queue_push(bit, probability); in vpx_write()
|