webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
_silk_resampler_state_struct Struct Reference

#include <resampler_structs.h>

Public Attributes

opus_int32 sIIR [SILK_RESAMPLER_MAX_IIR_ORDER]
 
union {
   opus_int32   i32 [SILK_RESAMPLER_MAX_FIR_ORDER]
 
   opus_int16   i16 [SILK_RESAMPLER_MAX_FIR_ORDER]
 
sFIR
 
opus_int16 delayBuf [48]
 
opus_int resampler_function
 
opus_int batchSize
 
opus_int32 invRatio_Q16
 
opus_int FIR_Order
 
opus_int FIR_Fracs
 
opus_int Fs_in_kHz
 
opus_int Fs_out_kHz
 
opus_int inputDelay
 
const opus_int16Coefs
 

Member Data Documentation

◆ batchSize

opus_int _silk_resampler_state_struct::batchSize

◆ Coefs

const opus_int16* _silk_resampler_state_struct::Coefs

◆ delayBuf

opus_int16 _silk_resampler_state_struct::delayBuf[48]

◆ FIR_Fracs

opus_int _silk_resampler_state_struct::FIR_Fracs

◆ FIR_Order

opus_int _silk_resampler_state_struct::FIR_Order

◆ Fs_in_kHz

opus_int _silk_resampler_state_struct::Fs_in_kHz

◆ Fs_out_kHz

opus_int _silk_resampler_state_struct::Fs_out_kHz

◆ i16

opus_int16 _silk_resampler_state_struct::i16[SILK_RESAMPLER_MAX_FIR_ORDER]

◆ i32

opus_int32 _silk_resampler_state_struct::i32[SILK_RESAMPLER_MAX_FIR_ORDER]

◆ inputDelay

opus_int _silk_resampler_state_struct::inputDelay

◆ invRatio_Q16

opus_int32 _silk_resampler_state_struct::invRatio_Q16

◆ resampler_function

opus_int _silk_resampler_state_struct::resampler_function

◆ sFIR

union { ... } _silk_resampler_state_struct::sFIR

◆ sIIR

opus_int32 _silk_resampler_state_struct::sIIR[SILK_RESAMPLER_MAX_IIR_ORDER]

The documentation for this struct was generated from the following file: