Home | History | Annotate | Download | only in libspeex

Lines Matching refs:spx_word16_t

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