Searched refs:filtID (Results 1 – 2 of 2) sorted by relevance
58 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem);
83 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem) in highpass() argument94 if (filtID>4) in highpass()95 filtID=4; in highpass()97 den = Pcoef[filtID]; num = Zcoef[filtID]; in highpass()