Lines Matching refs:sN
43 const float* sN, in ProcessSSEIntrinsic() argument
92 __m128 negSamp = _mm_loadu_ps(sN); in ProcessSSEIntrinsic()
94 sN += 4; in ProcessSSEIntrinsic()
106 __m128 negSamp0 = _mm_loadu_ps(sN); in ProcessSSEIntrinsic()
107 __m128 negSamp1 = _mm_loadu_ps(sN+4); in ProcessSSEIntrinsic()
109 sN += 8; in ProcessSSEIntrinsic()
159 const float* sN,
162 ProcessSSEIntrinsic<1, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
172 const float* sN,
175 ProcessSSEIntrinsic<2, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
187 const float* sN,
191 ProcessSSEIntrinsic<1, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
203 const float* sN,
207 ProcessSSEIntrinsic<2, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,