Home
last modified time | relevance | path

Searched refs:negSampL (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libaudioprocessing/
DAudioResamplerFirProcessSSE.h125 __m128 negSampL = _mm_shuffle_ps(negSamp0, negSamp1, 0x88); in ProcessSSEIntrinsic() local
131 accL = _mm_fmadd_ps(negSampL, negCoef, accL); in ProcessSSEIntrinsic()
136 negSampL = _mm_mul_ps(negSampL, negCoef); in ProcessSSEIntrinsic()
141 accL = _mm_add_ps(accL, negSampL); in ProcessSSEIntrinsic()