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 443 int32_t const* coefsN1 = coefsN + offset;
461 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16);
468 coefsNV1 = vld1q_s32(coefsN1);
474 coefsN1 += 4;
511 int32_t const* coefsN1 = coefsN + offset;
531 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16);
538 coefsNV1 = vld1q_s32(coefsN1);
544 coefsN1 += 4
    [all...]

Completed in 2124 milliseconds