Home
last modified time | relevance | path

Searched refs:filtID (Results 1 – 2 of 2) sorted by relevance

/external/speex/libspeex/
Dfilters.h58 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem);
Dfilters.c83 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem) in highpass() argument
94 if (filtID>4) in highpass()
95 filtID=4; in highpass()
97 den = Pcoef[filtID]; num = Zcoef[filtID]; in highpass()