webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Variables
resampler_rom.h File Reference
#include "typedef.h"
#include "resampler_structs.h"

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]
 

Macro Definition Documentation

◆ RESAMPLER_DOWN_ORDER_FIR0

#define RESAMPLER_DOWN_ORDER_FIR0   18

◆ RESAMPLER_DOWN_ORDER_FIR1

#define RESAMPLER_DOWN_ORDER_FIR1   24

◆ RESAMPLER_DOWN_ORDER_FIR2

#define RESAMPLER_DOWN_ORDER_FIR2   36

◆ RESAMPLER_ORDER_FIR_12

#define RESAMPLER_ORDER_FIR_12   8

Variable Documentation

◆ silk_Resampler_1_2_COEFS

const opus_int16 silk_Resampler_1_2_COEFS[2+ RESAMPLER_DOWN_ORDER_FIR1/2]

◆ silk_Resampler_1_3_COEFS

const opus_int16 silk_Resampler_1_3_COEFS[2+ RESAMPLER_DOWN_ORDER_FIR2/2]

◆ silk_Resampler_1_4_COEFS

const opus_int16 silk_Resampler_1_4_COEFS[2+ RESAMPLER_DOWN_ORDER_FIR2/2]

◆ silk_Resampler_1_6_COEFS

const opus_int16 silk_Resampler_1_6_COEFS[2+ RESAMPLER_DOWN_ORDER_FIR2/2]

◆ silk_Resampler_2_3_COEFS

const opus_int16 silk_Resampler_2_3_COEFS[2+2 *RESAMPLER_DOWN_ORDER_FIR0/2]

◆ silk_Resampler_2_3_COEFS_LQ

const opus_int16 silk_Resampler_2_3_COEFS_LQ[2+2 *2]

◆ silk_Resampler_3_4_COEFS

const opus_int16 silk_Resampler_3_4_COEFS[2+3 *RESAMPLER_DOWN_ORDER_FIR0/2]

◆ silk_resampler_frac_FIR_12

const opus_int16 silk_resampler_frac_FIR_12[12][RESAMPLER_ORDER_FIR_12/2]