Searched refs:CoefType (Results 1 – 1 of 1) sorted by relevance
488 using CoefType = std::conditional_t<SAME_COEF_PER_CHANNEL, F, T>; in biquad_filter_func_impl() local489 using KernelType = typename ConstOptions::template FilterType<T, CoefType>; in biquad_filter_func_impl()496 vld1<CoefType>(coefs), vld1<CoefType>(coefs + coefStride), in biquad_filter_func_impl()497 vld1<CoefType>(coefs + coefStride * 2), vld1<CoefType>(coefs + coefStride * 3), in biquad_filter_func_impl()498 vld1<CoefType>(coefs + coefStride * 4), in biquad_filter_func_impl()