Skip to content
Snippets Groups Projects
Unverified Commit fd9c0f1e authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

More FEC tuning: lowering the LBRR bitrate a bit

parent 5413ef78
No related branches found
No related tags found
No related merge requests found
......@@ -415,7 +415,7 @@ static OPUS_INLINE opus_int silk_setup_LBRR(
/* Previous packet did not have LBRR, and was therefore coded at a higher bitrate */
psEncC->LBRR_GainIncreases = 7;
} else {
psEncC->LBRR_GainIncreases = silk_max_int( 7 - silk_SMULWB( (opus_int32)psEncC->PacketLoss_perc, SILK_FIX_CONST( 0.4, 16 ) ), 2 );
psEncC->LBRR_GainIncreases = silk_max_int( 7 - silk_SMULWB( (opus_int32)psEncC->PacketLoss_perc, SILK_FIX_CONST( 0.2, 16 ) ), 3 );
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment