28 #ifndef SILK_RESAMPLER_STRUCTS_H 29 #define SILK_RESAMPLER_STRUCTS_H 35 #define SILK_RESAMPLER_MAX_FIR_ORDER 36 36 #define SILK_RESAMPLER_MAX_IIR_ORDER 6 short opus_int16
Definition: opus_types.h:144
#define opus_int
Definition: opus_types.h:151
Definition: resampler_structs.h:38
opus_int32 invRatio_Q16
Definition: resampler_structs.h:47
const opus_int16 * Coefs
Definition: resampler_structs.h:53
opus_int16 i16[SILK_RESAMPLER_MAX_FIR_ORDER]
Definition: resampler_structs.h:42
opus_int16 delayBuf[48]
Definition: resampler_structs.h:44
opus_int Fs_in_kHz
Definition: resampler_structs.h:50
opus_int32 sIIR[SILK_RESAMPLER_MAX_IIR_ORDER]
Definition: resampler_structs.h:39
struct _silk_resampler_state_struct silk_resampler_state_struct
int opus_int32
Definition: opus_types.h:146
opus_int inputDelay
Definition: resampler_structs.h:52
opus_int32 i32[SILK_RESAMPLER_MAX_FIR_ORDER]
Definition: resampler_structs.h:41
#define SILK_RESAMPLER_MAX_IIR_ORDER
Definition: resampler_structs.h:36
opus_int FIR_Order
Definition: resampler_structs.h:48
opus_int Fs_out_kHz
Definition: resampler_structs.h:51
opus_int resampler_function
Definition: resampler_structs.h:45
#define SILK_RESAMPLER_MAX_FIR_ORDER
Definition: resampler_structs.h:35
opus_int FIR_Fracs
Definition: resampler_structs.h:49
opus_int batchSize
Definition: resampler_structs.h:46
union _silk_resampler_state_struct::@749 sFIR