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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/codecs/libspeex/nb_celp.h b/apps/codecs/libspeex/nb_celp.h
index 28ee9325a1..7f90f7c05c 100644
--- a/apps/codecs/libspeex/nb_celp.h
+++ b/apps/codecs/libspeex/nb_celp.h
@@ -73,7 +73,6 @@ typedef struct EncState {
73 73
74 spx_word16_t gamma1; /**< Perceptual filter: A(z/gamma1) */ 74 spx_word16_t gamma1; /**< Perceptual filter: A(z/gamma1) */
75 spx_word16_t gamma2; /**< Perceptual filter: A(z/gamma2) */ 75 spx_word16_t gamma2; /**< Perceptual filter: A(z/gamma2) */
76 float lag_factor; /**< Lag windowing Gaussian width */
77 spx_word16_t lpc_floor; /**< Noise floor multiplier for A[0] in LPC analysis*/ 76 spx_word16_t lpc_floor; /**< Noise floor multiplier for A[0] in LPC analysis*/
78 char *stack; /**< Pseudo-stack allocation for temporary memory */ 77 char *stack; /**< Pseudo-stack allocation for temporary memory */
79 spx_word16_t *winBuf; /**< Input buffer (original signal) */ 78 spx_word16_t *winBuf; /**< Input buffer (original signal) */
@@ -82,7 +81,7 @@ typedef struct EncState {
82 spx_word16_t *swBuf; /**< Weighted signal buffer */ 81 spx_word16_t *swBuf; /**< Weighted signal buffer */
83 spx_word16_t *sw; /**< Start of weighted signal frame */ 82 spx_word16_t *sw; /**< Start of weighted signal frame */
84 const spx_word16_t *window; /**< Temporary (Hanning) window */ 83 const spx_word16_t *window; /**< Temporary (Hanning) window */
85 spx_word16_t *lagWindow; /**< Window applied to auto-correlation */ 84 const spx_word16_t *lagWindow; /**< Window applied to auto-correlation */
86 spx_lsp_t *old_lsp; /**< LSPs for previous frame */ 85 spx_lsp_t *old_lsp; /**< LSPs for previous frame */
87 spx_lsp_t *old_qlsp; /**< Quantized LSPs for previous frame */ 86 spx_lsp_t *old_qlsp; /**< Quantized LSPs for previous frame */
88 spx_mem_t *mem_sp; /**< Filter memory for signal synthesis */ 87 spx_mem_t *mem_sp; /**< Filter memory for signal synthesis */