HomeSort by relevance Sort by last modified time
    Searched refs:normalize16 (Results 1 - 6 of 6) sorted by null

  /external/speex/libspeex/
filters_arm4.h 36 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) function
ltp_bfin.h 219 normalize16(corr, corr16, 180, end-start+1);
220 normalize16(energy, ener16, 180, end-start+1);
filters.h 47 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len);
filters_bfin.h 36 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) function
ltp.c 241 eshift = normalize16(energy, ener16, 32766, end-start+1);
249 cshift = normalize16(corr, corr16, 180, end-start+1);
477 normalize16(C, C16, 32767, 9);
filters.c 269 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) function

Completed in 70 milliseconds