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

  /frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h 279 * @param coefsN1 is the next phase of coefsN (used for interpolation).
302 const TC* coefsN1 __unused,
407 const TC* coefsN1 = coefsN + halfNumCoefs;
426 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR);
432 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR);
AudioResamplerSinc.cpp 436 int32_t const* coefsN1 = coefsN + offset;
454 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16);
461 coefsNV1 = vld1q_s32(coefsN1);
467 coefsN1 += 4;
504 int32_t const* coefsN1 = coefsN + offset;
524 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16);
531 coefsNV1 = vld1q_s32(coefsN1);
537 coefsN1 += 4
    [all...]

Completed in 113 milliseconds