Home
last modified time | relevance | path

Searched refs:opus_rc_tell_frac (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopus_rc.h66 static av_always_inline uint32_t opus_rc_tell_frac(const OpusRangeCoder *rc) in opus_rc_tell_frac() function
113 rc_rollback_bits = opus_rc_tell_frac(rc); \
117 uint32_t rc_rollback_bits = opus_rc_tell_frac(rc); \
121 (opus_rc_tell_frac(rc) - rc_rollback_bits)
Dopus.c467 int consumed = opus_rc_tell_frac(rc); in ff_celt_quant_bands()
593 while (opus_rc_tell_frac(rc) + (b_dynalloc << 3) < tbits_8ths && boost[i] < f->caps[i]) { in ff_celt_bitalloc()
618 if (opus_rc_tell_frac(rc) + (6 << 3) <= tbits_8ths) in ff_celt_bitalloc()
625 tbits_8ths = (f->framebits << 3) - opus_rc_tell_frac(rc) - 1; in ff_celt_bitalloc()
Dopus_pvq.c598 tell = opus_rc_tell_frac(rc); in quant_band_template()
649 qalloc = opus_rc_tell_frac(rc) - tell; in quant_band_template()
Dopusenc_psy.c46 f->remaining2 = ((f->framebits << 3) - f->anticollapse_needed) - opus_rc_tell_frac(rc) - 1; in pvq_band_cost()