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