/dports/games/ioquake3/ioquake3-1.36/code/libspeex/ |
H A D | filters.h | 40 spx_word16_t compute_rms(const spx_sig_t *x, int len); 41 spx_word16_t compute_rms16(const spx_word16_t *x, int len); 43 void signal_div(const spx_word16_t *x, spx_word16_t *y, spx_word32_t scale, int len); 58 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem); 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, i… 62 …synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int … 65 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_m… 66 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… 79 spx_word16_t *exc, /*decoded excitation*/ 80 spx_word16_t *new_exc, /*enhanced excitation*/ [all …]
|
H A D | ltp.h | 51 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len); 60 spx_word16_t *sw, 73 spx_word16_t *exc2, 74 spx_word16_t *r, 91 spx_word16_t *gain_val, 96 spx_word16_t last_pitch_gain, 103 spx_word16_t *sw, 116 spx_word16_t *exc2, 117 spx_word16_t *r, 134 spx_word16_t *gain_val, [all …]
|
H A D | modes.h | 75 typedef int (*ltp_quant_func)(spx_word16_t *, spx_word16_t *, spx_coef_t *, spx_coef_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… 81 spx_word16_t *, SpeexBits*, char*, int, int, spx_word16_t, 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 */ 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 */ [all …]
|
/dports/games/ioquake3-server/ioquake3-1.36/code/libspeex/ |
H A D | filters.h | 40 spx_word16_t compute_rms(const spx_sig_t *x, int len); 41 spx_word16_t compute_rms16(const spx_word16_t *x, int len); 43 void signal_div(const spx_word16_t *x, spx_word16_t *y, spx_word32_t scale, int len); 58 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem); 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, i… 62 …synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int … 65 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_m… 66 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… 79 spx_word16_t *exc, /*decoded excitation*/ 80 spx_word16_t *new_exc, /*enhanced excitation*/ [all …]
|
H A D | ltp.h | 51 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len); 60 spx_word16_t *sw, 73 spx_word16_t *exc2, 74 spx_word16_t *r, 91 spx_word16_t *gain_val, 96 spx_word16_t last_pitch_gain, 103 spx_word16_t *sw, 116 spx_word16_t *exc2, 117 spx_word16_t *r, 134 spx_word16_t *gain_val, [all …]
|
H A D | modes.h | 75 typedef int (*ltp_quant_func)(spx_word16_t *, spx_word16_t *, spx_coef_t *, spx_coef_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… 81 spx_word16_t *, SpeexBits*, char*, int, int, spx_word16_t, 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 */ 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 */ [all …]
|
/dports/net/pjsip/pjproject-2.11.1/third_party/speex/libspeex/ |
H A D | filters.h | 40 spx_word16_t compute_rms(const spx_sig_t *x, int len); 41 spx_word16_t compute_rms16(const spx_word16_t *x, int len); 43 void signal_div(const spx_word16_t *x, spx_word16_t *y, spx_word32_t scale, int len); 58 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem); 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, i… 62 …synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int … 65 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_m… 66 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… 79 spx_word16_t *exc, /*decoded excitation*/ 80 spx_word16_t *new_exc, /*enhanced excitation*/ [all …]
|
H A D | ltp.h | 51 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len); 60 spx_word16_t *sw, 73 spx_word16_t *exc2, 74 spx_word16_t *r, 91 spx_word16_t *gain_val, 96 spx_word16_t last_pitch_gain, 103 spx_word16_t *sw, 116 spx_word16_t *exc2, 117 spx_word16_t *r, 134 spx_word16_t *gain_val, [all …]
|
H A D | modes.h | 75 typedef int (*ltp_quant_func)(spx_word16_t *, spx_word16_t *, spx_coef_t *, spx_coef_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… 81 spx_word16_t *, SpeexBits*, char*, int, int, spx_word16_t, 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 */ 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 */ [all …]
|
/dports/games/openarena/openarena-engine-source-0.8.8/code/libspeex/ |
H A D | filters.h | 40 spx_word16_t compute_rms(const spx_sig_t *x, int len); 41 spx_word16_t compute_rms16(const spx_word16_t *x, int len); 43 void signal_div(const spx_word16_t *x, spx_word16_t *y, spx_word32_t scale, int len); 58 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem); 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, i… 62 …synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int … 65 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_m… 66 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… 79 spx_word16_t *exc, /*decoded excitation*/ 80 spx_word16_t *new_exc, /*enhanced excitation*/ [all …]
|
H A D | ltp.h | 51 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len); 60 spx_word16_t *sw, 73 spx_word16_t *exc2, 74 spx_word16_t *r, 91 spx_word16_t *gain_val, 96 spx_word16_t last_pitch_gain, 103 spx_word16_t *sw, 116 spx_word16_t *exc2, 117 spx_word16_t *r, 134 spx_word16_t *gain_val, [all …]
|
H A D | modes.h | 75 typedef int (*ltp_quant_func)(spx_word16_t *, spx_word16_t *, spx_coef_t *, spx_coef_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… 81 spx_word16_t *, SpeexBits*, char*, int, int, spx_word16_t, 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 */ 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 */ [all …]
|
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/libspeex/ |
H A D | filters.h | 40 spx_word16_t compute_rms(const spx_sig_t *x, int len); 41 spx_word16_t compute_rms16(const spx_word16_t *x, int len); 43 void signal_div(const spx_word16_t *x, spx_word16_t *y, spx_word32_t scale, int len); 58 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem); 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, i… 62 …synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int … 65 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_m… 66 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… 79 spx_word16_t *exc, /*decoded excitation*/ 80 spx_word16_t *new_exc, /*enhanced excitation*/ [all …]
|
H A D | ltp.h | 51 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len); 60 spx_word16_t *sw, 73 spx_word16_t *exc2, 74 spx_word16_t *r, 91 spx_word16_t *gain_val, 96 spx_word16_t last_pitch_gain, 103 spx_word16_t *sw, 116 spx_word16_t *exc2, 117 spx_word16_t *r, 134 spx_word16_t *gain_val, [all …]
|
H A D | modes.h | 75 typedef int (*ltp_quant_func)(spx_word16_t *, spx_word16_t *, spx_coef_t *, spx_coef_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… 81 spx_word16_t *, SpeexBits*, char*, int, int, spx_word16_t, 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 */ 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 */ [all …]
|
/dports/games/evq3/evq3/code/libspeex/ |
H A D | filters.h | 40 spx_word16_t compute_rms(const spx_sig_t *x, int len); 41 spx_word16_t compute_rms16(const spx_word16_t *x, int len); 43 void signal_div(const spx_word16_t *x, spx_word16_t *y, spx_word32_t scale, int len); 58 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem); 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, i… 62 …synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int … 65 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_m… 66 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… 79 spx_word16_t *exc, /*decoded excitation*/ 80 spx_word16_t *new_exc, /*enhanced excitation*/ [all …]
|
H A D | ltp.h | 51 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len); 60 spx_word16_t *sw, 73 spx_word16_t *exc2, 74 spx_word16_t *r, 91 spx_word16_t *gain_val, 96 spx_word16_t last_pitch_gain, 103 spx_word16_t *sw, 116 spx_word16_t *exc2, 117 spx_word16_t *r, 134 spx_word16_t *gain_val, [all …]
|
H A D | modes.h | 75 typedef int (*ltp_quant_func)(spx_word16_t *, spx_word16_t *, spx_coef_t *, spx_coef_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… 81 spx_word16_t *, SpeexBits*, char*, int, int, spx_word16_t, 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 */ 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 */ [all …]
|
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/speex/ |
H A D | filters.h | 40 spx_word16_t compute_rms(const spx_sig_t *x, int len); 41 spx_word16_t compute_rms16(const spx_word16_t *x, int len); 43 void signal_div(const spx_word16_t *x, spx_word16_t *y, spx_word32_t scale, int len); 58 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem); 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, i… 62 …synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int … 65 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_m… 66 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… 79 spx_word16_t *exc, /*decoded excitation*/ 80 spx_word16_t *new_exc, /*enhanced excitation*/ [all …]
|
H A D | ltp.h | 51 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len); 60 spx_word16_t *sw, 73 spx_word16_t *exc2, 74 spx_word16_t *r, 91 spx_word16_t *gain_val, 96 spx_word16_t last_pitch_gain, 103 spx_word16_t *sw, 116 spx_word16_t *exc2, 117 spx_word16_t *r, 134 spx_word16_t *gain_val, [all …]
|
H A D | modes.h | 75 typedef int (*ltp_quant_func)(spx_word16_t *, spx_word16_t *, spx_coef_t *, spx_coef_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… 81 spx_word16_t *, SpeexBits*, char*, int, int, spx_word16_t, 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 */ 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 */ [all …]
|
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/speex/ |
H A D | filters.h | 40 spx_word16_t compute_rms(const spx_sig_t *x, int len); 41 spx_word16_t compute_rms16(const spx_word16_t *x, int len); 43 void signal_div(const spx_word16_t *x, spx_word16_t *y, spx_word32_t scale, int len); 58 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem); 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, i… 62 …synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int … 65 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_m… 66 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… 79 spx_word16_t *exc, /*decoded excitation*/ 80 spx_word16_t *new_exc, /*enhanced excitation*/ [all …]
|
H A D | ltp.h | 51 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len); 60 spx_word16_t *sw, 73 spx_word16_t *exc2, 74 spx_word16_t *r, 91 spx_word16_t *gain_val, 96 spx_word16_t last_pitch_gain, 103 spx_word16_t *sw, 116 spx_word16_t *exc2, 117 spx_word16_t *r, 134 spx_word16_t *gain_val, [all …]
|
/dports/audio/speex/speex-1.2.0/libspeex/ |
H A D | filters.h | 41 spx_word16_t compute_rms16(const spx_word16_t *x, int len); 43 void signal_div(const spx_word16_t *x, spx_word16_t *y, spx_word32_t scale, int len); 58 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem); 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, i… 62 …synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int … 70 extern const spx_word16_t zeros[]; 75 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_m… 76 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… 90 spx_word16_t *exc, /*decoded excitation*/ 91 spx_word16_t *new_exc, /*enhanced excitation*/ [all …]
|
H A D | ltp.h | 54 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len); 62 spx_word16_t *sw, 75 spx_word16_t *exc2, 76 spx_word16_t *r, 93 spx_word16_t *gain_val, 98 spx_word16_t last_pitch_gain, 105 spx_word16_t *sw, 118 spx_word16_t *exc2, 119 spx_word16_t *r, 136 spx_word16_t *gain_val, [all …]
|