Lines Matching refs:spx_word16_t
54 spx_word16_t lpc_floor; /**< Controls LPC analysis noise floor */
55 spx_word16_t gamma1; /**< Perceptual weighting coef 1 */
56 spx_word16_t gamma2; /**< Perceptual weighting coef 2 */
59 spx_word16_t *high; /**< High-band signal (buffer) */
60 spx_word16_t *h0_mem, *h1_mem;
62 const spx_word16_t *window; /**< LPC analysis window */
63 const spx_word16_t *lagWindow; /**< Auto-correlation window */
72 spx_word16_t *exc_rms;
73 spx_word16_t *innov_rms_save; /**< If non-NULL, innovation is copied here */
112 spx_word16_t *g0_mem, *g1_mem;
114 spx_word16_t *excBuf;
120 spx_word16_t *exc_rms;
121 spx_word16_t *innov_save; /** If non-NULL, innovation is copied here */
123 spx_word16_t last_ener;