summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/silk/tables_other.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libopus/silk/tables_other.c')
-rw-r--r--lib/rbcodec/codecs/libopus/silk/tables_other.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/rbcodec/codecs/libopus/silk/tables_other.c b/lib/rbcodec/codecs/libopus/silk/tables_other.c
index 398686bf26..e34d90777b 100644
--- a/lib/rbcodec/codecs/libopus/silk/tables_other.c
+++ b/lib/rbcodec/codecs/libopus/silk/tables_other.c
@@ -38,20 +38,6 @@ extern "C"
38{ 38{
39#endif 39#endif
40 40
41/* Piece-wise linear mapping from bitrate in kbps to coding quality in dB SNR */
42const opus_int32 silk_TargetRate_table_NB[ TARGET_RATE_TAB_SZ ] = {
43 0, 8000, 9400, 11500, 13500, 17500, 25000, MAX_TARGET_RATE_BPS
44};
45const opus_int32 silk_TargetRate_table_MB[ TARGET_RATE_TAB_SZ ] = {
46 0, 9000, 12000, 14500, 18500, 24500, 35500, MAX_TARGET_RATE_BPS
47};
48const opus_int32 silk_TargetRate_table_WB[ TARGET_RATE_TAB_SZ ] = {
49 0, 10500, 14000, 17000, 21500, 28500, 42000, MAX_TARGET_RATE_BPS
50};
51const opus_int16 silk_SNR_table_Q1[ TARGET_RATE_TAB_SZ ] = {
52 18, 29, 38, 40, 46, 52, 62, 84
53};
54
55/* Tables for stereo predictor coding */ 41/* Tables for stereo predictor coding */
56const opus_int16 silk_stereo_pred_quant_Q13[ STEREO_QUANT_TAB_SIZE ] = { 42const opus_int16 silk_stereo_pred_quant_Q13[ STEREO_QUANT_TAB_SIZE ] = {
57 -13732, -10050, -8266, -7526, -6500, -5000, -2950, -820, 43 -13732, -10050, -8266, -7526, -6500, -5000, -2950, -820,