Searched defs:compute_rms16 (Results 1 - 2 of 2) sorted by last modified time

/external/speex/libspeex/
H A Dfilters.c220 spx_word16_t compute_rms16(const spx_word16_t *x, int len) function
310 spx_word16_t compute_rms16(const spx_word16_t *x, int len) function
797 /* FIXME: compute_rms16 is currently not quite accurate enough (but close) */
798 new_ener = compute_rms16(new_exc, nsf);
799 old_ener = compute_rms16(exc, nsf);
/external/chromium_org/third_party/speex/libspeex/
H A Dfilters.c220 spx_word16_t compute_rms16(const spx_word16_t *x, int len) function
310 spx_word16_t compute_rms16(const spx_word16_t *x, int len) function
797 /* FIXME: compute_rms16 is currently not quite accurate enough (but close) */
798 new_ener = compute_rms16(new_exc, nsf);
799 old_ener = compute_rms16(exc, nsf);

Completed in 82 milliseconds