Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirProcessNeon.h96 coefsP1 = (const int16_t*)__builtin_assume_aligned(coefsP1, 16); in ProcessNeonIntrinsic()
114 coefsP1 += 8; in ProcessNeonIntrinsic()
203 coefsP1 = (const int32_t*)__builtin_assume_aligned(coefsP1, 16); in ProcessNeonIntrinsic()
235 coefsP1 += 8; in ProcessNeonIntrinsic()
241 coefsP1 += 4; in ProcessNeonIntrinsic()
243 coefsP1 += 4; in ProcessNeonIntrinsic()
378 coefsP1 = (const float*)__builtin_assume_aligned(coefsP1, 16); in ProcessNeonIntrinsic()
708 [coefsP1] "+r" (coefsP1),
788 [coefsP1] "+r" (coefsP1),
1029 [coefsP1] "+r" (coefsP1),
[all …]
H A DAudioResamplerFirProcessSSE.h46 const float* coefsP1, in ProcessSSEIntrinsic() argument
72 __m128 posCoef1 = _mm_load_ps(coefsP1); in ProcessSSEIntrinsic()
74 coefsP1 += 4; in ProcessSSEIntrinsic()
207 const float* coefsP1,
215 lerpP, coefsP1, coefsN1);
223 const float* coefsP1,
231 lerpP, coefsP1, coefsN1);
H A DAudioResamplerSinc.cpp443 int32_t const* coefsP1 = coefsP + offset; in filterCoefficient() local
461 coefsP1 = (const int32_t*)__builtin_assume_aligned(coefsP1, 16); in filterCoefficient()
468 coefsPV1 = vld1q_s32(coefsP1); in filterCoefficient()
474 coefsP1 += 4; in filterCoefficient()
511 int32_t const* coefsP1 = coefsP + offset; in filterCoefficient() local
531 coefsP1 = (const int32_t*)__builtin_assume_aligned(coefsP1, 16); in filterCoefficient()
538 coefsPV1 = vld1q_s32(coefsP1); in filterCoefficient()
544 coefsP1 += 4; in filterCoefficient()
H A DAudioResamplerFirProcess.h301 const TC* coefsP1 __unused, in Process()
406 const TC* coefsP1 = coefsP + halfNumCoefs; in fir() local
426 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR); in fir()
432 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR); in fir()