Searched refs:negSampR (Results 1 – 1 of 1) sorted by relevance
126 __m128 negSampR = _mm_shuffle_ps(negSamp0, negSamp1, 0xDD); in ProcessSSEIntrinsic() local132 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()