Searched refs:Zcoef (Results 1 – 1 of 1) sorted by relevance
/external/speex/libspeex/ |
D | filters.c | 88 …const spx_word16_t Zcoef[5][3] = {{15672, -31344, 15672}, {15802, -31601, 15802}, {15847, -31694, … in highpass() local 91 …const spx_word16_t Zcoef[5][3] = {{0.95654f, -1.91309f, 0.95654f}, {0.96446f, -1.92879f, 0.96446f}… in highpass() local 97 den = Pcoef[filtID]; num = Zcoef[filtID]; in highpass()
|