Searched refs:opus_rc_tell_frac (Results 1 – 4 of 4) sorted by relevance
66 static av_always_inline uint32_t opus_rc_tell_frac(const OpusRangeCoder *rc) in opus_rc_tell_frac() function113 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)
467 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()
598 tell = opus_rc_tell_frac(rc); in quant_band_template()649 qalloc = opus_rc_tell_frac(rc) - tell; in quant_band_template()
46 f->remaining2 = ((f->framebits << 3) - f->anticollapse_needed) - opus_rc_tell_frac(rc) - 1; in pvq_band_cost()