Lines Matching refs:spx_word16_t
37 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len) in inner_prod()
66 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int n… in pitch_xcorr()
112 static inline spx_word32_t compute_pitch_error(spx_word16_t *C, spx_word16_t *g, spx_word16_t pitch… in compute_pitch_error()
157 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t … in open_loop_nbest_pitch()
214 VARDECL(spx_word16_t *corr16); in open_loop_nbest_pitch()
215 VARDECL(spx_word16_t *ener16); in open_loop_nbest_pitch()
216 ALLOC(corr16, end-start+1, spx_word16_t); in open_loop_nbest_pitch()
217 ALLOC(ener16, end-start+1, spx_word16_t); in open_loop_nbest_pitch()
258 spx_word16_t tmp = MULT16_16_16(corr16[i-start],corr16[i-start]); in open_loop_nbest_pitch()
293 spx_word16_t g; in open_loop_nbest_pitch()
310 spx_word16_t *C16, in pitch_gain_search_3tap_vq()
311 spx_word16_t max_gain in pitch_gain_search_3tap_vq()
318 spx_word16_t g[3]; in pitch_gain_search_3tap_vq()
319 spx_word16_t pitch_control=64; in pitch_gain_search_3tap_vq()
320 spx_word16_t gain_sum; in pitch_gain_search_3tap_vq()