Searched defs:coefsN1 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirProcessNeon.h83 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
74 ProcessNeonIntrinsic(int32_t* out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* volumeLR, uint32_t lerpP, const int16_t* coefsP1, const int16_t* coefsN1) argument
182 ProcessNeonIntrinsic(int32_t* out, int count, const int32_t* coefsP, const int32_t* coefsN, const int16_t* sP, const int16_t* sN, const int32_t* volumeLR, uint32_t lerpP, const int32_t* coefsP1, const int32_t* coefsN1) argument
357 ProcessNeonIntrinsic(float* out, int count, const float* coefsP, const float* coefsN, const float* sP, const float* sN, const float* volumeLR, float lerpP, const float* coefsP1, const float* coefsN1) argument
646 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
722 Process(int32_t* const out, int count, const int16_t* coefsP, const int16_t* coefsN, const int16_t* coefsP1, const int16_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
954 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
1044 Process(int32_t* const out, int count, const int32_t* coefsP, const int32_t* coefsN, const int32_t* coefsP1, const int32_t* coefsN1, const int16_t* sP, const int16_t* sN, uint32_t lerpP, const int32_t* const volumeLR) argument
1179 Process(float* const out, int count, const float* coefsP, const float* coefsN, const float* coefsP1, const float* coefsN1, const float* sP, const float* sN, float lerpP, const float* const volumeLR) argument
1195 Process(float* const out, int count, const float* coefsP, const float* coefsN, const float* coefsP1, const float* coefsN1, const float* sP, const float* sN, float lerpP, const float* const volumeLR) argument
[all...]
H A DAudioResamplerFirProcess.h279 * @param coefsN1 is the next phase of coefsN (used for interpolation).
302 const TC* coefsN1 __unused,
407 const TC* coefsN1 = coefsN + halfNumCoefs; local
426 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR);
432 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR);
H A DAudioResamplerSinc.cpp443 int32_t const* coefsN1 = coefsN + offset; local
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; local
531 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16);
538 coefsNV1 = vld1q_s32(coefsN1);
544 coefsN1
[all...]

Completed in 68 milliseconds