Searched refs:coefsN (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | AudioResamplerFirProcessNeon.h | 77 const int16_t* coefsN, in ProcessNeonIntrinsic() argument 90 coefsN = (const int16_t*)__builtin_assume_aligned(coefsN, 16); in ProcessNeonIntrinsic() 110 int16x8_t negCoef = vld1q_s16(coefsN); in ProcessNeonIntrinsic() 111 coefsN += 8; in ProcessNeonIntrinsic() 185 const int32_t* coefsN, in ProcessNeonIntrinsic() argument 198 coefsN = (const int32_t*)__builtin_assume_aligned(coefsN, 16); in ProcessNeonIntrinsic() 218 int32x4x2_t negCoef = vld1q_s32_x2(coefsN); in ProcessNeonIntrinsic() 219 coefsN += 8; in ProcessNeonIntrinsic() 227 negCoef.val[0] = vld1q_s32(coefsN); in ProcessNeonIntrinsic() 228 coefsN += 4; in ProcessNeonIntrinsic() [all …]
|
D | AudioResamplerFirProcess.h | 183 const TC* coefsN, in ProcessBase() argument 206 c = TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP); in ProcessBase() 212 coefsN++; in ProcessBase() 225 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN); in ProcessBase() 226 coefsN++; in ProcessBase() 237 mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN); in ProcessBase() 238 coefsN++; in ProcessBase() 254 const TC* coefsN, in ProcessL() argument 259 ProcessBase<CHANNELS, STRIDE, InterpNull>(out, count, coefsP, coefsN, sP, sN, 0, volumeLR); in ProcessL() 300 const TC* coefsN, in Process() argument [all …]
|
D | AudioResamplerSinc.cpp | 415 int32_t const* coefsN = mFirCoefs + indexN; in filterCoefficient() local 427 interpolate<CHANNELS>(l, r, coefsN++, offset, lerpN, sN); in filterCoefficient() 436 int32_t const* coefsN1 = coefsN + offset; in filterCoefficient() 452 coefsN = (const int32_t*)__builtin_assume_aligned(coefsN, 16); in filterCoefficient() 459 coefsNV0 = vld1q_s32(coefsN); in filterCoefficient() 465 coefsN += 4; in filterCoefficient() 504 int32_t const* coefsN1 = coefsN + offset; in filterCoefficient() 522 coefsN = (const int32_t*)__builtin_assume_aligned(coefsN, 16); in filterCoefficient() 529 coefsNV0 = vld1q_s32(coefsN); in filterCoefficient() 535 coefsN += 4; in filterCoefficient()
|