aboutsummaryrefslogtreecommitdiff
path: root/silk/control_SNR.c
diff options
context:
space:
mode:
Diffstat (limited to 'silk/control_SNR.c')
-rw-r--r--silk/control_SNR.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/silk/control_SNR.c b/silk/control_SNR.c
index f04e69fc..cee87eb0 100644
--- a/silk/control_SNR.c
+++ b/silk/control_SNR.c
@@ -70,11 +70,6 @@ opus_int silk_control_SNR(
break;
}
}
-
- /* Reduce coding quality whenever LBRR is enabled, to free up some bits */
- if( psEncC->LBRR_enabled ) {
- psEncC->SNR_dB_Q7 = silk_SMLABB( psEncC->SNR_dB_Q7, 12 - psEncC->LBRR_GainIncreases, SILK_FIX_CONST( -0.25, 7 ) );
- }
}
return ret;