Searched defs:spectral_mul_accum16 (Results 1 - 1 of 1) sorted by relevance

/external/speex/libspeex/
H A Dmdf.c286 static inline void spectral_mul_accum16(const spx_word16_t *X, const spx_word16_t *Y, spx_word16_t *acc, int N, int M) function
333 #define spectral_mul_accum16 spectral_mul_accum macro
801 spectral_mul_accum16(st->X, st->foreground+chan*N*K*M, st->Y+chan*N, N, M*K);

Completed in 140 milliseconds