Home | History | Annotate | Download | only in libspeex

Lines Matching refs:spx_word16_t

51 spx_word32_t inner_prod(const spx_word16_t *x, const spx_word16_t *y, int len);
52 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack);
54 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);
59 spx_word16_t target[], /* Target vector */
60 spx_word16_t *sw,
68 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
73 spx_word16_t *exc2,
74 spx_word16_t *r,
83 spx_word16_t exc[], /* Input excitation */
87 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
91 spx_word16_t *gain_val,
96 spx_word16_t last_pitch_gain,
102 spx_word16_t target[], /* Target vector */
103 spx_word16_t *sw,
111 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
116 spx_word16_t *exc2,
117 spx_word16_t *r,
126 spx_word16_t exc[], /* Input excitation */
130 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
134 spx_word16_t *gain_val,
139 spx_word16_t last_pitch_gain,