refactoring

This commit is contained in:
Jean-Marc Valin 2018-12-28 01:19:56 -05:00
parent 293f76ee33
commit d75a4aec72
3 changed files with 26 additions and 29 deletions

View file

@ -55,13 +55,9 @@
typedef struct {
float analysis_mem[OVERLAP_SIZE];
float cepstral_mem[CEPS_MEM][NB_BANDS];
int memid;
float pitch_buf[PITCH_BUF_SIZE];
float pitch_enh_buf[PITCH_BUF_SIZE];
float last_gain;
int last_period;
float mem_hp_x[2];
float lastg[NB_BANDS];
} DenoiseState;
static int rnnoise_get_size() {