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

  /frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h 277 * @param coefsP1 is the next phase of coefsP (used for interpolation).
301 const TC* coefsP1 __unused,
406 const TC* coefsP1 = coefsP + halfNumCoefs;
426 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR);
432 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR);
AudioResamplerSinc.cpp 442 int32_t const* coefsP1 = coefsP + offset;
460 coefsP1 = (const int32_t*)__builtin_assume_aligned(coefsP1, 16);
467 coefsPV1 = vld1q_s32(coefsP1);
473 coefsP1 += 4;
510 int32_t const* coefsP1 = coefsP + offset;
530 coefsP1 = (const int32_t*)__builtin_assume_aligned(coefsP1, 16);
537 coefsPV1 = vld1q_s32(coefsP1);
543 coefsP1 += 4
    [all...]

Completed in 143 milliseconds