Searched refs:KAISER12 (Results 1 – 1 of 1) sorted by relevance
/external/speex/libspeex/ |
D | resample.c | 199 #define KAISER12 (&_KAISER12) macro 237 {192, 32, 0.968f, 0.968f, KAISER12}, /* Q9 */ /* 95.5% cutoff (~100 dB stop) 10 */ 238 {256, 32, 0.975f, 0.975f, KAISER12}, /* Q10 */ /* 96.6% cutoff (~100 dB stop) 10 */ 268 printf ("%f\n", compute_func(i/256., KAISER12));
|