Home
last modified time | relevance | path

Searched defs:DenoiseState (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rnnoise/src/
H A Ddenoise.c86 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];
[all …]
/aosp_15_r20/external/rnnoise/include/
H A Drnnoise.h51 typedef struct DenoiseState DenoiseState; typedef