summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/nb_celp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/nb_celp.h')
-rw-r--r--apps/codecs/libspeex/nb_celp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/codecs/libspeex/nb_celp.h b/apps/codecs/libspeex/nb_celp.h
index 805c43c950..28ee9325a1 100644
--- a/apps/codecs/libspeex/nb_celp.h
+++ b/apps/codecs/libspeex/nb_celp.h
@@ -64,10 +64,6 @@ typedef struct EncState {
64 int ol_voiced; /**< Open-loop voiced/non-voiced decision */ 64 int ol_voiced; /**< Open-loop voiced/non-voiced decision */
65 int *pitch; 65 int *pitch;
66 66
67#ifdef EPIC_48K
68 int lbr_48k;
69#endif
70
71#ifdef VORBIS_PSYCHO 67#ifdef VORBIS_PSYCHO
72 VorbisPsy *psy; 68 VorbisPsy *psy;
73 float *psy_window; 69 float *psy_window;
@@ -134,10 +130,6 @@ typedef struct DecState {
134 int max_pitch; /**< Maximum pitch value allowed */ 130 int max_pitch; /**< Maximum pitch value allowed */
135 spx_int32_t sampling_rate; 131 spx_int32_t sampling_rate;
136 132
137#ifdef EPIC_48K
138 int lbr_48k;
139#endif
140
141 spx_word16_t last_ol_gain; /**< Open-loop gain for previous frame */ 133 spx_word16_t last_ol_gain; /**< Open-loop gain for previous frame */
142 134
143 char *stack; /**< Pseudo-stack allocation for temporary memory */ 135 char *stack; /**< Pseudo-stack allocation for temporary memory */