Searched defs:DenoiseState (Results 1 – 2 of 2) sorted by relevance
86 struct DenoiseState { struct87 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];[all …]
51 typedef struct DenoiseState DenoiseState; typedef