Home | History | Annotate | Download | only in libaudioprocessing

Lines Matching refs:coefs

332  * @param coefs is the polyphase filter bank, starting at from polyphase index 0, and ranging to
337 * The filter bank coefs should be aligned to a minimum of 16 bytes (preferrably to cache line).
339 * The coefs should be attenuated (to compensate for passband ripple)
367 * >> (sizeof(phase)-sizeof(*coefs))*8 + 1;
378 const int coefShift, const int halfNumCoefs, const TC* const coefs,
391 const TC* coefsP = coefs + indexP*halfNumCoefs;
392 const TC* coefsN = coefs + indexN*halfNumCoefs;
404 const TC* coefsP = coefs + indexP*halfNumCoefs;
405 const TC* coefsN = coefs + indexN*halfNumCoefs;
429 >> ((sizeof(phase)-sizeof(*coefs))*8 + 1);