Searched refs:coefsP1 (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerFirProcessNeon.h | 82 const int16_t* coefsP1, in ProcessNeonIntrinsic() argument 96 coefsP1 = (const int16_t*)__builtin_assume_aligned(coefsP1, 16); in ProcessNeonIntrinsic() 113 int16x8_t posCoef1 = vld1q_s16(coefsP1); in ProcessNeonIntrinsic() 114 coefsP1 += 8; in ProcessNeonIntrinsic() 190 const int32_t* coefsP1, in ProcessNeonIntrinsic() argument 203 coefsP1 = (const int32_t*)__builtin_assume_aligned(coefsP1, 16); in ProcessNeonIntrinsic() 234 int32x4x2_t posCoef1 = vld1q_s32_x2(coefsP1); in ProcessNeonIntrinsic() 235 coefsP1 += 8; in ProcessNeonIntrinsic() 240 posCoef1.val[0] = vld1q_s32(coefsP1); in ProcessNeonIntrinsic() 241 coefsP1 += 4; in ProcessNeonIntrinsic() [all …]
|
D | AudioResamplerFirProcessSSE.h | 46 const float* coefsP1, in ProcessSSEIntrinsic() argument 72 __m128 posCoef1 = _mm_load_ps(coefsP1); in ProcessSSEIntrinsic() 74 coefsP1 += 4; in ProcessSSEIntrinsic() 184 const float* coefsP1, 192 lerpP, coefsP1, coefsN1); 200 const float* coefsP1, 208 lerpP, coefsP1, coefsN1);
|
D | AudioResamplerSinc.cpp | 442 int32_t const* coefsP1 = coefsP + offset; in filterCoefficient() local 460 coefsP1 = (const int32_t*)__builtin_assume_aligned(coefsP1, 16); in filterCoefficient() 467 coefsPV1 = vld1q_s32(coefsP1); in filterCoefficient() 473 coefsP1 += 4; in filterCoefficient() 510 int32_t const* coefsP1 = coefsP + offset; in filterCoefficient() local 530 coefsP1 = (const int32_t*)__builtin_assume_aligned(coefsP1, 16); in filterCoefficient() 537 coefsPV1 = vld1q_s32(coefsP1); in filterCoefficient() 543 coefsP1 += 4; in filterCoefficient()
|
D | AudioResamplerFirProcess.h | 301 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()
|