From 04fc5c6bde5da842e8b40a9a76eb72c8327ae40b Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Thu, 23 Aug 2012 19:51:11 +0200 Subject: g723_1: add comfort noise generation --- libavcodec/g723_1_data.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libavcodec/g723_1_data.h') 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 */ -- cgit v1.2.3