Home
last modified time | relevance | path

Searched refs:normalize16 (Results 1 – 6 of 6) sorted by relevance

/external/speex/libspeex/
Dltp_bfin.h219 normalize16(corr, corr16, 180, end-start+1); in open_loop_nbest_pitch()
220 normalize16(energy, ener16, 180, end-start+1); in open_loop_nbest_pitch()
Dfilters_arm4.h36 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) in normalize16() function
Dfilters.h47 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len);
Dltp.c241 eshift = normalize16(energy, ener16, 32766, end-start+1); in open_loop_nbest_pitch()
249 cshift = normalize16(corr, corr16, 180, end-start+1); in open_loop_nbest_pitch()
477 normalize16(C, C16, 32767, 9); in pitch_gain_search_3tap()
Dfilters_bfin.h36 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) in normalize16() function
Dfilters.c269 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) in normalize16() function