webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Go to the source code of this file.
Macros | |
#define | RESAMPLER_DOWN_ORDER_FIR0 18 |
#define | RESAMPLER_DOWN_ORDER_FIR1 24 |
#define | RESAMPLER_DOWN_ORDER_FIR2 36 |
#define | RESAMPLER_ORDER_FIR_12 8 |
Variables | |
const opus_int16 | silk_Resampler_3_4_COEFS [2+3 *RESAMPLER_DOWN_ORDER_FIR0/2] |
const opus_int16 | silk_Resampler_2_3_COEFS [2+2 *RESAMPLER_DOWN_ORDER_FIR0/2] |
const opus_int16 | silk_Resampler_1_2_COEFS [2+RESAMPLER_DOWN_ORDER_FIR1/2] |
const opus_int16 | silk_Resampler_1_3_COEFS [2+RESAMPLER_DOWN_ORDER_FIR2/2] |
const opus_int16 | silk_Resampler_1_4_COEFS [2+RESAMPLER_DOWN_ORDER_FIR2/2] |
const opus_int16 | silk_Resampler_1_6_COEFS [2+RESAMPLER_DOWN_ORDER_FIR2/2] |
const opus_int16 | silk_Resampler_2_3_COEFS_LQ [2+2 *2] |
const opus_int16 | silk_resampler_frac_FIR_12 [12][RESAMPLER_ORDER_FIR_12/2] |
#define RESAMPLER_DOWN_ORDER_FIR0 18 |
#define RESAMPLER_DOWN_ORDER_FIR1 24 |
#define RESAMPLER_DOWN_ORDER_FIR2 36 |
#define RESAMPLER_ORDER_FIR_12 8 |
const opus_int16 silk_Resampler_1_2_COEFS[2+ RESAMPLER_DOWN_ORDER_FIR1/2] |
const opus_int16 silk_Resampler_1_3_COEFS[2+ RESAMPLER_DOWN_ORDER_FIR2/2] |
const opus_int16 silk_Resampler_1_4_COEFS[2+ RESAMPLER_DOWN_ORDER_FIR2/2] |
const opus_int16 silk_Resampler_1_6_COEFS[2+ RESAMPLER_DOWN_ORDER_FIR2/2] |
const opus_int16 silk_Resampler_2_3_COEFS[2+2 *RESAMPLER_DOWN_ORDER_FIR0/2] |
const opus_int16 silk_Resampler_2_3_COEFS_LQ[2+2 *2] |
const opus_int16 silk_Resampler_3_4_COEFS[2+3 *RESAMPLER_DOWN_ORDER_FIR0/2] |
const opus_int16 silk_resampler_frac_FIR_12[12][RESAMPLER_ORDER_FIR_12/2] |