webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#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] |
double PitchFiltstr::oldgainp |
int16_t PitchFiltstr::oldgainQ12 |
double PitchFiltstr::oldlagp |
int16_t PitchFiltstr::oldlagQ7 |
double PitchFiltstr::ubuf |
int16_t PitchFiltstr::ubufQQ |
double PitchFiltstr::ystate |
int16_t PitchFiltstr::ystateQQ |