comparison g729data.h @ 9876:2719d29359c6 libavcodec

Convertion of LSF values to coefficients of linear prediction filter
author voroshil
date Sat, 20 Jun 2009 13:36:21 +0000
parents 7679262f1459
children c2da2b1e1a12
comparison
equal deleted inserted replaced
9875:c4ef915fbefa 9876:2719d29359c6
260 { 4210, 3031, 2552, 3473, 3876, 3853, 4184, 4154, 3909, 3968}, 260 { 4210, 3031, 2552, 3473, 3876, 3853, 4184, 4154, 3909, 3968},
261 { 3214, 1930, 1313, 2143, 2493, 2385, 2755, 2706, 2542, 2919}, 261 { 3214, 1930, 1313, 2143, 2493, 2385, 2755, 2706, 2542, 2919},
262 { 3024, 1592, 940, 1631, 1723, 1579, 2034, 2084, 1913, 2601} 262 { 3024, 1592, 940, 1631, 1723, 1579, 2034, 2084, 1913, 2601}
263 } 263 }
264 }; 264 };
265
266 /**
267 * initial LSP coefficients belongs to virtual frame preceding the
268 * first frame of the stream
269 */
270 static const int16_t lsp_init[10]= { /* (0.15) */
271 30000, 26000, 21000, 15000, 8000, 0, -8000,-15000,-21000,-26000
272 };
265 #endif /* AVCODEC_G729DATA_H */ 273 #endif /* AVCODEC_G729DATA_H */