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()
96 __m128 posSamp = _mm_loadu_ps(sP); in ProcessSSEIntrinsic()
98 sP -= 4; in ProcessSSEIntrinsic()
115 __m128 posSamp0 = _mm_loadu_ps(sP); in ProcessSSEIntrinsic()
116 __m128 posSamp1 = _mm_loadu_ps(sP+4); in ProcessSSEIntrinsic()
119 sP -= 8; in ProcessSSEIntrinsic()
181 const float* sP,
185 ProcessSSEIntrinsic<1, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
194 const float* sP,
198 ProcessSSEIntrinsic<2, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
209 const float* sP,
214 ProcessSSEIntrinsic<1, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
225 const float* sP,
230 ProcessSSEIntrinsic<2, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,