Searched refs:ff_opus_rc_dec_log (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | opus_celt.c | 43 if (opus_rc_tell(rc) + 3 <= f->framebits && ff_opus_rc_dec_log(rc, 3)) { in celt_decode_coarse_energy() 69 value = -(float)ff_opus_rc_dec_log(rc, 1); in celt_decode_coarse_energy() 129 diff ^= ff_opus_rc_dec_log(rc, bits); in celt_decode_tf_changes() 139 tf_select = ff_opus_rc_dec_log(rc, 1); in celt_decode_tf_changes() 241 int has_postfilter = ff_opus_rc_dec_log(rc, 1); in parse_postfilter() 370 f->silence = ff_opus_rc_dec_log(rc, 15); in ff_celt_decode_frame() 383 f->transient = ff_opus_rc_dec_log(rc, 3); in ff_celt_decode_frame()
|
D | opus_rc.h | 88 uint32_t ff_opus_rc_dec_log(OpusRangeCoder *rc, uint32_t bits);
|
D | opus.c | 599 is_boost = ff_opus_rc_dec_log(rc, b_dynalloc); in ff_celt_bitalloc() 781 do_not_skip = ff_opus_rc_dec_log(rc, 1); in ff_celt_bitalloc() 821 f->dual_stereo = ff_opus_rc_dec_log(rc, 1); in ff_celt_bitalloc()
|
D | opusdec.c | 216 redundancy = ff_opus_rc_dec_log(&s->rc, 12); in opus_decode_frame() 221 redundancy_pos = ff_opus_rc_dec_log(&s->rc, 1); in opus_decode_frame()
|
D | opus_silk.c | 816 active[i][j] = ff_opus_rc_dec_log(rc, 1); in ff_silk_decode_superframe() 818 redundancy[i] = ff_opus_rc_dec_log(rc, 1); in ff_silk_decode_superframe()
|
D | opus_rc.c | 114 uint32_t ff_opus_rc_dec_log(OpusRangeCoder *rc, uint32_t bits) in ff_opus_rc_dec_log() function
|
D | opus_pvq.c | 644 inv = (b > 2 << 3 && f->remaining2 > 2 << 3) ? ff_opus_rc_dec_log(rc, 2) : 0; in quant_band_template()
|