Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioResamplerFirProcessSSE.h126 __m128 negSampR = _mm_shuffle_ps(negSamp0, negSamp1, 0xDD); in ProcessSSEIntrinsic() local
132 accR = _mm_fmadd_ps(negSampR, negCoef, accR); in ProcessSSEIntrinsic()
137 negSampR = _mm_mul_ps(negSampR, negCoef); in ProcessSSEIntrinsic()
142 accR = _mm_add_ps(accR, negSampR); in ProcessSSEIntrinsic()