Searched refs:coefsN1 (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | AudioResamplerFirProcessNeon.h | 168 const int16_t* coefsN1, 221 [coefsN1] "+r" (coefsN1), 238 const int16_t* coefsN1, 296 [coefsN1] "+r" (coefsN1), 455 const int32_t* coefsN1, 522 [coefsN1] "+r" (coefsN1), 540 const int32_t* coefsN1, 625 [coefsN1] "+r" (coefsN1), 747 const int16_t* coefsN1, 798 [coefsN1] "+r" (coefsN1), [all …]
|
D | AudioResamplerSinc.cpp | 686 int32_t const* coefsN1 = coefsN + offset; in filterCoefficient() local 704 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16); in filterCoefficient() 711 coefsNV1 = vld1q_s32(coefsN1); in filterCoefficient() 717 coefsN1 += 4; in filterCoefficient() 754 int32_t const* coefsN1 = coefsN + offset; in filterCoefficient() local 774 coefsN1 = (const int32_t*)__builtin_assume_aligned(coefsN1, 16); in filterCoefficient() 781 coefsNV1 = vld1q_s32(coefsN1); in filterCoefficient() 787 coefsN1 += 4; in filterCoefficient()
|
D | AudioResamplerFirProcess.h | 265 const TC* coefsN1 __unused, in Process() 369 const TC* coefsN1 = coefsN + 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()
|