aboutsummaryrefslogtreecommitdiff
path: root/src/codec2_internal.h
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-12-12 09:50:48 +1030
committerGitHub <[email protected]>2023-12-12 09:50:48 +1030
commit93dbb6290495ccb194759506372b72fac1b1b104 (patch)
treec7a57ab014674259999feb3b2eba0dd004a5f664 /src/codec2_internal.h
parent4f4f7304542c4c3ef49d443ae78732b0e6683a0f (diff)
parentb8e452709330c75abfab55919575966da3bb030c (diff)
Merge pull request #31 from drowe67/dr-codec2-doc
WP2000 - Codec 2 Algorithm Description
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;