Lines Matching defs:DenoiseState
86 struct DenoiseState { struct
87 float analysis_mem[FRAME_SIZE];
88 float cepstral_mem[CEPS_MEM][NB_BANDS];
89 int memid;
90 float synthesis_mem[FRAME_SIZE];
91 float pitch_buf[PITCH_BUF_SIZE];
92 float pitch_enh_buf[PITCH_BUF_SIZE];
93 float last_gain;
94 int last_period;
95 float mem_hp_x[2];
96 float lastg[NB_BANDS];
97 RNNState rnn;