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

#include <structs.h>

Public Attributes

int16_t ubufQQ [PITCH_BUFFSIZE]
 
int16_t ystateQQ [PITCH_DAMPORDER]
 
int16_t oldlagQ7
 
int16_t oldgainQ12
 
double ubuf [PITCH_BUFFSIZE]
 
double ystate [PITCH_DAMPORDER]
 
double oldlagp [1]
 
double oldgainp [1]
 

Member Data Documentation

◆ oldgainp

double PitchFiltstr::oldgainp

◆ oldgainQ12

int16_t PitchFiltstr::oldgainQ12

◆ oldlagp

double PitchFiltstr::oldlagp

◆ oldlagQ7

int16_t PitchFiltstr::oldlagQ7

◆ ubuf

double PitchFiltstr::ubuf

◆ ubufQQ

int16_t PitchFiltstr::ubufQQ

◆ ystate

double PitchFiltstr::ystate

◆ ystateQQ

int16_t PitchFiltstr::ystateQQ

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