Lines Matching refs:sP
42 const float* sP, in ProcessSSEIntrinsic() argument
52 sP -= CHANNELS*(4-1); // adjust sP for a loop iteration of four in ProcessSSEIntrinsic()
91 __m128 posSamp = _mm_loadu_ps(sP); in ProcessSSEIntrinsic()
93 sP -= 4; in ProcessSSEIntrinsic()
104 __m128 posSamp0 = _mm_loadu_ps(sP); in ProcessSSEIntrinsic()
105 __m128 posSamp1 = _mm_loadu_ps(sP+4); in ProcessSSEIntrinsic()
108 sP -= 8; in ProcessSSEIntrinsic()
158 const float* sP,
162 ProcessSSEIntrinsic<1, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
171 const float* sP,
175 ProcessSSEIntrinsic<2, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
186 const float* sP,
191 ProcessSSEIntrinsic<1, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
202 const float* sP,
207 ProcessSSEIntrinsic<2, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,