Searched refs:coefsP1 (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirProcessNeon.h82 const int16_t* coefsP1,
96 coefsP1 = (const int16_t*)__builtin_assume_aligned(coefsP1, 16);
113 int16x8_t posCoef1 = vld1q_s16(coefsP1);
114 coefsP1 += 8;
190 const int32_t* coefsP1,
203 coefsP1 = (const int32_t*)__builtin_assume_aligned(coefsP1, 16);
234 int32x4x2_t posCoef1 = vld1q_s32_x2(coefsP1);
235 coefsP1
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 DAudioResamplerFirProcessSSE.h46 const float* coefsP1,
72 __m128 posCoef1 = _mm_load_ps(coefsP1);
74 coefsP1 += 4;
163 0 /*lerpP*/, NULL /*coefsP1*/, NULL /*coefsN1*/);
176 0 /*lerpP*/, NULL /*coefsP1*/, NULL /*coefsN1*/);
184 const float* coefsP1,
192 lerpP, coefsP1, coefsN1);
200 const float* coefsP1,
208 lerpP, coefsP1, coefsN1);
38 ProcessSSEIntrinsic(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
180 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
196 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
H A DAudioResamplerSinc.cpp442 int32_t const* coefsP1 = coefsP + offset; local
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; local
530 coefsP1 = (const int32_t*)__builtin_assume_aligned(coefsP1, 16);
537 coefsPV1 = vld1q_s32(coefsP1);
543 coefsP1
[all...]
H A DAudioResamplerFirProcess.h277 * @param coefsP1 is the next phase of coefsP (used for interpolation).
301 const TC* coefsP1 __unused,
406 const TC* coefsP1 = coefsP + halfNumCoefs; local
426 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR);
432 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR);

Completed in 71 milliseconds