Home
last modified time | relevance | path

Searched refs:ff_opus_rc_dec_log (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopus_celt.c43 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()
Dopus_rc.h88 uint32_t ff_opus_rc_dec_log(OpusRangeCoder *rc, uint32_t bits);
Dopus.c599 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()
Dopusdec.c216 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()
Dopus_silk.c816 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()
Dopus_rc.c114 uint32_t ff_opus_rc_dec_log(OpusRangeCoder *rc, uint32_t bits) in ff_opus_rc_dec_log() function
Dopus_pvq.c644 inv = (b > 2 << 3 && f->remaining2 > 2 << 3) ? ff_opus_rc_dec_log(rc, 2) : 0; in quant_band_template()