Home
last modified time | relevance | path

Searched refs:_a0 (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/imgproc/test/
Dtest_floodfill.cpp372 float _a0 = a0, _a1 = a1, _a2 = a2; in cvTsFloodFill() local
379 _a0 += ptr[0]; _b0 += ptr[0]; in cvTsFloodFill()
389 _a0 <= (v = ptr[id]) && v <= _b0 && in cvTsFloodFill()
Dtest_imgwarp.cpp896 Mat& _a0 = test_mat[INPUT][1]; in prepare_test_case() local
926 _a.convertTo(_a0, _a0.depth()); in prepare_test_case()
1050 Mat& _a0 = test_mat[INPUT][0], &_k0 = test_mat[INPUT][1]; in prepare_test_case() local
1069 _a.convertTo(_a0, _a0.depth()); in prepare_test_case()
/external/opencv3/modules/calib3d/test/
Dtest_undistort.cpp115 Mat& _a0 = test_mat[INPUT][0]; in prepare_test_case() local
116 cvtest::convert(_a, _a0, _a0.type()); in prepare_test_case()
117 camera_mat = _a0; in prepare_test_case()
/external/opencv3/modules/objdetect/src/
Dhog.cpp825 __m128 _a0 = _mm_set1_ps(a[0]), _a1 = _mm_set1_ps(a[1]); in getBlock() local
827 __m128 _t0 = _mm_mul_ps(_a0, _w), _t1 = _mm_mul_ps(_a1, _w); in getBlock()
873 __m128 _a0 = _mm_set1_ps(a[0]), _a1 = _mm_set1_ps(a[1]); in getBlock() local
875 __m128 _t0 = _mm_mul_ps(_a0, _w), _t1 = _mm_mul_ps(_a1, _w); in getBlock()
/external/opencv3/modules/ts/src/
Dts_func.cpp2768 void initUndistortMap( const Mat& _a0, const Mat& _k0, Size sz, Mat& _mapx, Mat& _mapy ) in initUndistortMap() argument
2778 _a0.convertTo(_a, CV_64F); in initUndistortMap()