comparison dcadata.h @ 5975:04f8a627587b libavcodec

Some spelling fixes in comments
author reimar
date Sun, 02 Dec 2007 22:04:21 +0000
parents 1d83e9c34641
children 3c57663cdafd
comparison
equal deleted inserted replaced
5974:ae05d6d12f12 5975:04f8a627587b
7312 +2.030677564E-007, 7312 +2.030677564E-007,
7313 +1.693738625E-007, 7313 +1.693738625E-007,
7314 +1.390191784E-007 7314 +1.390191784E-007
7315 }; 7315 };
7316 7316
7317 //FIXME the coeffs are symetric 7317 //FIXME the coeffs are symmetric
7318 static const float lfe_fir_64[] = 7318 static const float lfe_fir_64[] =
7319 { 7319 {
7320 2.6584343868307770E-004, 7320 2.6584343868307770E-004,
7321 8.1793652498163280E-005, 7321 8.1793652498163280E-005,
7322 9.4393239123746760E-005, 7322 9.4393239123746760E-005,
7829 9.4393239123746760E-005, 7829 9.4393239123746760E-005,
7830 8.1793652498163280E-005, 7830 8.1793652498163280E-005,
7831 2.6584343868307770E-004 7831 2.6584343868307770E-004
7832 }; 7832 };
7833 7833
7834 //FIXME the coeffs are symetric 7834 //FIXME the coeffs are symmetric
7835 7835
7836 static const float lfe_fir_128[] = 7836 static const float lfe_fir_128[] =
7837 { 7837 {
7838 0.00053168571, 7838 0.00053168571,
7839 0.00016358691, 7839 0.00016358691,
8347 0.00018878609, 8347 0.00018878609,
8348 0.00016358691, 8348 0.00016358691,
8349 0.00053168571 8349 0.00053168571
8350 }; 8350 };
8351 8351
8352 /* 10^-(dB/20), with dB beeing a list of dB values rangeing from 0 to -72 */ 8352 /* 10^-(dB/20), with dB being a list of dB values ranging from 0 to -72 */
8353 /* do a 20*log10(dca_downmix_coeffs) to reconvert the values */ 8353 /* do a 20*log10(dca_downmix_coeffs) to reconvert the values */
8354 8354
8355 static const float dca_downmix_coeffs[65] = { 8355 static const float dca_downmix_coeffs[65] = {
8356 1.000000000000000, 0.988553094656939, 0.971627951577106, 0.944060876285923, 0.917275935389780, 0.891250938133746, 8356 1.000000000000000, 0.988553094656939, 0.971627951577106, 0.944060876285923, 0.917275935389780, 0.891250938133746,
8357 0.865964323360065, 0.841395141645195, 0.817523037943650, 0.794328234724281, 0.771791515585012, 0.749894209332456, 8357 0.865964323360065, 0.841395141645195, 0.817523037943650, 0.794328234724281, 0.771791515585012, 0.749894209332456,