Searched refs:lcoef (Results 1 – 1 of 1) sorted by relevance
431 std::array<D, kBiquadNumCoefs> lcoef; in reduceCoefficients() local440 lcoef[0] = coef[offset] / coef[offset + 3]; in reduceCoefficients()442 lcoef[i] = coef[i + offset] / coef[offset + 3]; in reduceCoefficients()443 lcoef[i + 2] = coef[i + offset + 3] / coef[offset + 3]; in reduceCoefficients()446 std::copy(coef.begin(), coef.end(), lcoef.begin()); in reduceCoefficients()450 return lcoef; in reduceCoefficients()457 auto lcoef = reduceCoefficients<D, T>(coef); in setCoefficients() local461 dest[i * stride + offset + j] = lcoef[i]; in setCoefficients()