HomeSort by relevance Sort by last modified time
    Searched defs:_a0 (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/imgproc/test/
test_floodfill.cpp 372 float _a0 = a0, _a1 = a1, _a2 = a2; local
379 _a0 += ptr[0]; _b0 += ptr[0];
389 _a0 <= (v = ptr[id]) && v <= _b0 &&
test_imgwarp.cpp 896 Mat& _a0 = test_mat[INPUT][1]; local
926 _a.convertTo(_a0, _a0.depth());
1050 Mat& _a0 = test_mat[INPUT][0], &_k0 = test_mat[INPUT][1]; local
    [all...]
  /external/opencv3/modules/calib3d/test/
test_undistort.cpp 115 Mat& _a0 = test_mat[INPUT][0]; local
116 cvtest::convert(_a, _a0, _a0.type());
117 camera_mat = _a0;
    [all...]
  /external/opencv3/modules/objdetect/src/
hog.cpp 825 __m128 _a0 = _mm_set1_ps(a[0]), _a1 = _mm_set1_ps(a[1]); local
827 __m128 _t0 = _mm_mul_ps(_a0, _w), _t1 = _mm_mul_ps(_a1, _w);
873 __m128 _a0 = _mm_set1_ps(a[0]), _a1 = _mm_set1_ps(a[1]); local
875 __m128 _t0 = _mm_mul_ps(_a0, _w), _t1 = _mm_mul_ps(_a1, _w);
    [all...]

Completed in 132 milliseconds