comparison g729data.h @ 9884:c2da2b1e1a12 libavcodec

LSF (Line Spectral Frequencies) decoding routine.
author voroshil
date Wed, 24 Jun 2009 04:38:48 +0000
parents 2719d29359c6
children
comparison
equal deleted inserted replaced
9883:ffc0f9de5743 9884:c2da2b1e1a12
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 265
266 static const int16_t cb_ma_predictor_sum[2][10] = { /* (0.15) */
267 { 7798, 8447, 8205, 8293, 8126, 8477, 8447, 8703, 9043, 8604},
268 {14585, 18333, 19772, 17344, 16426, 16459, 15155, 15220, 16043, 15708}
269 };
270
266 /** 271 /**
267 * initial LSP coefficients belongs to virtual frame preceding the 272 * initial LSP coefficients belongs to virtual frame preceding the
268 * first frame of the stream 273 * first frame of the stream
269 */ 274 */
270 static const int16_t lsp_init[10]= { /* (0.15) */ 275 static const int16_t lsp_init[10]= { /* (0.15) */