comparison g729data.h @ 7781:0d62fafc69ae libavcodec

gain codebook (first stage), 8k mode for G.729
author voroshil
date Wed, 03 Sep 2008 04:45:01 +0000
parents c4a4495715dd
children d6664b47e13f
comparison
equal deleted inserted replaced
7780:b35486af268e 7781:0d62fafc69ae
209 { -545, -330, -429, -680, 1133, -1182, -744, 1340, 262, 63}, 209 { -545, -330, -429, -680, 1133, -1182, -744, 1340, 262, 63},
210 { 1320, 827, -398, -576, 341, -774, -483, -1247, -70, 98}, 210 { 1320, 827, -398, -576, 341, -774, -483, -1247, -70, 98},
211 { -163, 674, -11, -886, 531, -1125, -265, -242, 724, 934} 211 { -163, 674, -11, -886, 531, -1125, -265, -242, 724, 934}
212 }; 212 };
213 213
214 /**
215 * gain codebook (first stage), 8k mode (3.9.2 of G.729)
216 */
217 static const int16_t cb_gain_1st_8k[1<<GC_1ST_IDX_BITS_8K][2] =
218 { /*(0.14) (2.13) */
219 { 3242 , 9949 },
220 { 1551 , 2425 },
221 { 2678 , 27162 },
222 { 1921 , 9291 },
223 { 1831 , 5022 },
224 { 1 , 1516 },
225 { 356 , 14756 },
226 { 57 , 5404 },
227 };
214 #endif // AVCODEC_G729DATA_H 228 #endif // AVCODEC_G729DATA_H