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

#include <structs.h>

Inheritance diagram for PitchAnalysisStruct:
webrtc::VadAudioProc::PitchAnalysisStruct

Public Attributes

int16_t dec_buffer16 [PITCH_CORR_LEN2+PITCH_CORR_STEP2+PITCH_MAX_LAG/2-PITCH_FRAME_LEN/2+2]
 
int32_t decimator_state32 [2 *ALLPASSSECTIONS+1]
 
int16_t inbuf [QLOOKAHEAD]
 
PitchFiltstr PFstr_wght
 
PitchFiltstr PFstr
 
double dec_buffer [PITCH_CORR_LEN2+PITCH_CORR_STEP2+PITCH_MAX_LAG/2 - PITCH_FRAME_LEN/2+2]
 
double decimator_state [2 *ALLPASSSECTIONS+1]
 
double hp_state [2]
 
double whitened_buf [QLOOKAHEAD]
 
double inbuf [QLOOKAHEAD]
 
WeightFiltstr Wghtstr
 

Member Data Documentation

◆ dec_buffer

double PitchAnalysisStruct::dec_buffer

◆ dec_buffer16

int16_t PitchAnalysisStruct::dec_buffer16

◆ decimator_state

double PitchAnalysisStruct::decimator_state

◆ decimator_state32

int32_t PitchAnalysisStruct::decimator_state32

◆ hp_state

double PitchAnalysisStruct::hp_state

◆ inbuf [1/2]

double PitchAnalysisStruct::inbuf[QLOOKAHEAD]

◆ inbuf [2/2]

double PitchAnalysisStruct::inbuf

◆ PFstr

PitchFiltstr PitchAnalysisStruct::PFstr

◆ PFstr_wght

PitchFiltstr PitchAnalysisStruct::PFstr_wght

◆ Wghtstr

WeightFiltstr PitchAnalysisStruct::Wghtstr

◆ whitened_buf

double PitchAnalysisStruct::whitened_buf

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