Lines Matching refs:spx_word32_t
37 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len) in inner_prod()
39 spx_word32_t sum=0; 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()
114 spx_word32_t sum; in compute_pitch_error()
160 VARDECL(spx_word32_t *best_score); in open_loop_nbest_pitch()
161 VARDECL(spx_word32_t *best_ener); in open_loop_nbest_pitch()
162 spx_word32_t e0; in open_loop_nbest_pitch()
163 VARDECL(spx_word32_t *corr); in open_loop_nbest_pitch()
164 VARDECL(spx_word32_t *energy); in open_loop_nbest_pitch()
166 ALLOC(best_score, N, spx_word32_t); in open_loop_nbest_pitch()
167 ALLOC(best_ener, N, spx_word32_t); in open_loop_nbest_pitch()
168 ALLOC(corr, end-start+1, spx_word32_t); in open_loop_nbest_pitch()
169 ALLOC(energy, end-start+2, spx_word32_t); in open_loop_nbest_pitch()
316 spx_word32_t best_sum=-VERY_LARGE32; in pitch_gain_search_3tap_vq()
317 spx_word32_t sum=0; in pitch_gain_search_3tap_vq()