Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:coefsN

665     int32_t const* coefsN = mFirCoefs + indexN;
677 interpolate<CHANNELS>(l, r, coefsN++, offset, lerpN, sN);
686 int32_t const* coefsN1 = coefsN + offset;
702 coefsN = (const int32_t*)__builtin_assume_aligned(coefsN, 16);
709 coefsNV0 = vld1q_s32(coefsN);
715 coefsN += 4;
754 int32_t const* coefsN1 = coefsN + offset;
772 coefsN = (const int32_t*)__builtin_assume_aligned(coefsN, 16);
779 coefsNV0 = vld1q_s32(coefsN);
785 coefsN += 4;