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

  /frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h 182 const TC* coefsP,
198 TC c = TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP);
204 coefsP++;
222 mac(l, r, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP);
223 coefsP++;
234 mac(l, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP);
235 coefsP++
    [all...]
AudioResamplerSinc.cpp 421 int32_t const* coefsP = mFirCoefs + indexP;
432 interpolate<CHANNELS>(l, r, coefsP++, offset, lerpP, sP);
442 int32_t const* coefsP1 = coefsP + offset;
458 coefsP = (const int32_t*)__builtin_assume_aligned(coefsP, 16);
465 coefsPV0 = vld1q_s32(coefsP);
471 coefsP += 4;
510 int32_t const* coefsP1 = coefsP + offset;
528 coefsP = (const int32_t*)__builtin_assume_aligned(coefsP, 16)
    [all...]

Completed in 42 milliseconds