]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/g723_1_data.h
eatgv: return meaningful error codes.
[ffmpeg] / libavcodec / g723_1_data.h
index 82446b3da0a249dff02d37ed0945ddc12daf1fef..04f8a06e3746b3f2653db54e31fe4c07d5e68d25 100644 (file)
@@ -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 */