summaryrefslogtreecommitdiff
path: root/libavcodec/g723_1_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/g723_1_data.h')
-rw-r--r--libavcodec/g723_1_data.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/g723_1_data.h b/libavcodec/g723_1_data.h
index 82446b3da0..04f8a06e37 100644
--- a/libavcodec/g723_1_data.h
+++ b/libavcodec/g723_1_data.h
@@ -1191,4 +1191,10 @@ static const int16_t postfilter_tbl[2][LPC_ORDER] = {
{ 24576, 18432, 13824, 10368, 7776, 5832, 4374, 3281, 2460, 1845 }
};
+static const int cng_adaptive_cb_lag[4] = { 1, 0, 1, 3 };
+
+static const int cng_filt[4] = { 273, 998, 499, 333 };
+
+static const int cng_bseg[3] = { 2048, 18432, 231233 };
+
#endif /* AVCODEC_G723_1_DATA_H */