Searched refs:normalize16 (Results 1 - 9 of 9) sorted by relevance

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

Completed in 2458 milliseconds