HomeSort by relevance Sort by last modified time
    Searched defs:coefsN (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h 183 const TC* coefsN,
206 c = TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP);
212 coefsN++;
225 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
226 coefsN++;
237 mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
238 coefsN++
    [all...]
AudioResamplerSinc.cpp 415 int32_t const* coefsN = mFirCoefs + indexN;
427 interpolate<CHANNELS>(l, r, coefsN++, offset, lerpN, sN);
436 int32_t const* coefsN1 = coefsN + offset;
452 coefsN = (const int32_t*)__builtin_assume_aligned(coefsN, 16);
459 coefsNV0 = vld1q_s32(coefsN);
465 coefsN += 4;
504 int32_t const* coefsN1 = coefsN + offset;
522 coefsN = (const int32_t*)__builtin_assume_aligned(coefsN, 16)
    [all...]

Completed in 3260 milliseconds