Home | History | Annotate | Download | only in libspeex

Lines Matching refs:spx_word16_t

75 typedef int (*ltp_quant_func)(spx_word16_t *, spx_word16_t *, spx_coef_t *, spx_coef_t *, 
76 spx_coef_t *, spx_sig_t *, const void *, int, int, spx_word16_t,
77 int, int, SpeexBits*, char *, spx_word16_t *, spx_word16_t *, int, int, int, spx_word32_t *);
80 typedef void (*ltp_unquant_func)(spx_word16_t *, spx_word32_t *, int, int, spx_word16_t, const void *, int, int *,
81 spx_word16_t *, SpeexBits*, char*, int, int, spx_word16_t, int);
85 typedef void (*innovation_quant_func)(spx_word16_t *, spx_coef_t *, spx_coef_t *, spx_coef_t *, const void *, int, int,
86 spx_sig_t *, spx_word16_t *, SpeexBits *, char *, int, int);
111 spx_word16_t comb_gain; /**< Gain of enhancer comb filter */
124 spx_word16_t gamma1; /**< Perceptual filter parameter #1 */
125 spx_word16_t gamma2; /**< Perceptual filter parameter #2 */
126 spx_word16_t lpc_floor; /**< Noise floor for LPC analysis */
140 spx_word16_t gamma1; /**< Perceptual filter parameter #1 */
141 spx_word16_t gamma2; /**< Perceptual filter parameter #1 */
142 spx_word16_t lpc_floor; /**< Noise floor for LPC analysis */
143 spx_word16_t folding_gain;
155 int speex_encode_native(void *state, spx_word16_t *in, SpeexBits *bits);
156 int speex_decode_native(void *state, SpeexBits *bits, spx_word16_t *out);