diff --git a/libcelt/celt.c b/libcelt/celt.c index 5131d3d3..92f896a2 100644 --- a/libcelt/celt.c +++ b/libcelt/celt.c @@ -1382,8 +1382,9 @@ int celt_encode_with_ec(CELTEncoder * restrict st, const opus_val16 * pcm, int f /* The target rate in 8th bits per frame */ opus_int32 target; opus_int32 min_allowed; + int lm_diff = st->mode->maxLM - LM; - target = vbr_rate + st->vbr_offset - ((40*C+20)<vbr_offset>>lm_diff) - ((40*C+20)<vbr_reservoir);*/ /* Compute the offset we need to apply in order to reach the target */ - st->vbr_drift += (opus_int32)MULT16_32_Q15(alpha,delta-st->vbr_offset-st->vbr_drift); + st->vbr_drift += (opus_int32)MULT16_32_Q15(alpha,(delta<vbr_offset-st->vbr_drift); st->vbr_offset = -st->vbr_drift; /*printf ("%d\n", st->vbr_drift);*/