diff --git a/celt/celt_encoder.c b/celt/celt_encoder.c index 5729dc357729227668ba811685fe747382f2a677..594d63ba6188af43ac28ad6be3a81b133df356be 100644 --- a/celt/celt_encoder.c +++ b/celt/celt_encoder.c @@ -1281,7 +1281,7 @@ static int compute_vbr(const CELTMode *mode, AnalysisInfo *analysis, opus_int32 SHR32(MULT16_16(stereo_saving-QCONST16(0.1f,8),(coded_stereo_dof<<BITRES)),8)); } /* Boost the rate according to dynalloc (minus the dynalloc average for calibration). */ - target += tot_boost-(16<<LM); + target += tot_boost-(19<<LM); /* Apply transient boost, compensating for average boost. */ tf_calibration = QCONST16(0.04f,14); target += (opus_int32)SHL32(MULT16_32_Q15(tf_estimate-tf_calibration, target),1);