Searched refs:normalize16 (Results 1 – 6 of 6) sorted by relevance
/external/speex/libspeex/ |
D | ltp_bfin.h | 219 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()
|
D | filters_arm4.h | 36 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) in normalize16() function
|
D | filters.h | 47 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len);
|
D | ltp.c | 241 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()
|
D | filters_bfin.h | 36 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) in normalize16() function
|
D | filters.c | 269 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) in normalize16() function
|