Searched refs:coefsN1 (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | AudioResamplerFirProcessNeon.h | 83 const int16_t* coefsN1) in ProcessNeonIntrinsic() argument 97 coefsN1 = (const int16_t*)__builtin_assume_aligned(coefsN1, 16); in ProcessNeonIntrinsic() 115 int16x8_t negCoef1 = vld1q_s16(coefsN1); in ProcessNeonIntrinsic() 116 coefsN1 += 8; in ProcessNeonIntrinsic() 191 const int32_t* coefsN1) in ProcessNeonIntrinsic() argument 204 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16); in ProcessNeonIntrinsic() 236 int32x4x2_t negCoef1 = vld1q_s32_x2(coefsN1); in ProcessNeonIntrinsic() 237 coefsN1 += 8; in ProcessNeonIntrinsic() 245 negCoef1.val[0] = vld1q_s32(coefsN1); in ProcessNeonIntrinsic() 246 coefsN1 += 4; in ProcessNeonIntrinsic() [all …]
|
D | AudioResamplerSinc.cpp | 443 int32_t const* coefsN1 = coefsN + offset; in filterCoefficient() local 461 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16); in filterCoefficient() 468 coefsNV1 = vld1q_s32(coefsN1); in filterCoefficient() 474 coefsN1 += 4; in filterCoefficient() 511 int32_t const* coefsN1 = coefsN + offset; in filterCoefficient() local 531 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16); in filterCoefficient() 538 coefsNV1 = vld1q_s32(coefsN1); in filterCoefficient() 544 coefsN1 += 4; in filterCoefficient()
|
D | AudioResamplerFirProcess.h | 302 const TC* coefsN1 __unused, in Process() 407 const TC* coefsN1 = coefsN + 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()
|