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

  /frameworks/av/services/audioflinger/
AudioResamplerFirProcessNeon.h 83 const int16_t* coefsN1)
97 coefsN1 = (const int16_t*)__builtin_assume_aligned(coefsN1, 16);
115 int16x8_t negCoef1 = vld1q_s16(coefsN1);
116 coefsN1 += 8;
191 const int32_t* coefsN1)
204 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16);
236 int32x4x2_t negCoef1 = vld1q_s32_x2(coefsN1);
237 coefsN1 += 8
    [all...]
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...]
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);

Completed in 264 milliseconds