Searched refs:iircoeff (Results 1 – 1 of 1) sorted by relevance
35 const int32_t *iircoeff = coeff + MAX_FIR_ORDER; in mlp_filter_channel() local47 accum += (int64_t) iirbuf[order] * iircoeff[order]; in mlp_filter_channel()