Lines Matching defs:x1
240 int x1 = cvFloor(fx), y1 = cvFloor(fy);
241 const float* ptr = R1 + y1*step1 + x1*5;
244 fx -= x1; fy -= y1;
246 if( (unsigned)x1 < (unsigned)(width-1) &&
263 int x1 = cvRound(fx), y1 = cvRound(fy);
264 const float* ptr = R1 + y1*step1 + x1*5;
267 if( (unsigned)x1 < (unsigned)width &&
475 __m128 x0, x1;
479 x1 = _mm_add_ps(_mm_loadu_ps(sptr0 + x + 4), _mm_loadu_ps(sptr1 + x + 4));
481 s1 = _mm_add_ps(s1, _mm_mul_ps(x1, g4));
483 x1 = _mm_add_ps(_mm_loadu_ps(sptr0 + x + 12), _mm_loadu_ps(sptr1 + x + 12));
485 s3 = _mm_add_ps(s3, _mm_mul_ps(x1, g4));
542 __m128 x1 = _mm_add_ps(_mm_loadu_ps(vsum + x - i*5 + 4),
545 s1 = _mm_add_ps(s1, _mm_mul_ps(x1, g4));