Searched refs:coefsP1 (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | AudioResamplerFirProcessNeon.h | 167 const int16_t* coefsP1, 220 [coefsP1] "+r" (coefsP1), 237 const int16_t* coefsP1, 295 [coefsP1] "+r" (coefsP1), 454 const int32_t* coefsP1, 521 [coefsP1] "+r" (coefsP1), 539 const int32_t* coefsP1, 624 [coefsP1] "+r" (coefsP1), 746 const int16_t* coefsP1, 797 [coefsP1] "+r" (coefsP1), [all …]
|
D | AudioResamplerSinc.cpp | 685 int32_t const* coefsP1 = coefsP + offset; in filterCoefficient() local 703 coefsP1 = (const int32_t*)__builtin_assume_aligned(coefsP1, 16); in filterCoefficient() 710 coefsPV1 = vld1q_s32(coefsP1); in filterCoefficient() 716 coefsP1 += 4; in filterCoefficient() 753 int32_t const* coefsP1 = coefsP + offset; in filterCoefficient() local 773 coefsP1 = (const int32_t*)__builtin_assume_aligned(coefsP1, 16); in filterCoefficient() 780 coefsPV1 = vld1q_s32(coefsP1); in filterCoefficient() 786 coefsP1 += 4; in filterCoefficient()
|
D | AudioResamplerFirProcess.h | 264 const TC* coefsP1 __unused, in Process() 368 const TC* coefsP1 = coefsP + halfNumCoefs; in fir() local 388 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR); in fir() 394 halfNumCoefs, coefsP, coefsN, coefsP1, coefsN1, sP, sN, lerpP, volumeLR); in fir()
|