aboutsummaryrefslogtreecommitdiff
path: root/src/codec2_internal.h
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-12-10 12:02:24 +1030
committerDavid Rowe <[email protected]>2023-12-10 12:02:24 +1030
commit8a9b13e6dbed25fc599b01aede18e5d4173ce43f (patch)
treee1edf26928571e288a66c5a31af83614b4d2c8d0 /src/codec2_internal.h
parentc27e56d09683527147e803defa1baea82a4c6a2b (diff)
removed newamp2 code
Diffstat (limited to 'src/codec2_internal.h')
-rw-r--r--src/codec2_internal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/codec2_internal.h b/src/codec2_internal.h
index 0b54585..32cd7eb 100644
--- a/src/codec2_internal.h
+++ b/src/codec2_internal.h
@@ -32,7 +32,6 @@
#include "codec2_fft.h"
#include "newamp1.h"
-#include "newamp2.h"
struct CODEC2 {
int mode;
@@ -87,13 +86,6 @@ struct CODEC2 {
float eq[NEWAMP1_K]; /* optional equaliser */
bool eq_en;
- /*newamp2 states (also uses newamp1 states )*/
- float energy_prev;
- float n2_rate_K_sample_freqs_kHz[NEWAMP2_K];
- float n2_prev_rate_K_vec_[NEWAMP2_K];
- float n2_pwb_rate_K_sample_freqs_kHz[NEWAMP2_16K_K];
- float n2_pwb_prev_rate_K_vec_[NEWAMP2_16K_K];
-
/* used to dump features for deep learning experiments */
FILE *fmlfeat, *fmlmodel;