Searched refs:wgs2_aligned (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | featureselect.cpp | 97 int wgs2_aligned = 1; in ocl_goodFeaturesToTrack() local 98 while (wgs2_aligned < (int)wgs) in ocl_goodFeaturesToTrack() 99 wgs2_aligned <<= 1; in ocl_goodFeaturesToTrack() 100 wgs2_aligned >>= 1; in ocl_goodFeaturesToTrack() 104 (int)wgs, dbsize, wgs2_aligned, haveMask ? " -D HAVE_MASK" : "")); in ocl_goodFeaturesToTrack() 127 wgs, wgs2_aligned, dbsize)); in ocl_goodFeaturesToTrack()
|
D | templmatch.cpp | 85 int wgs2_aligned = 1; in sumTemplate() local 86 while (wgs2_aligned < (int)wgs) in sumTemplate() 87 wgs2_aligned <<= 1; in sumTemplate() 88 wgs2_aligned >>= 1; in sumTemplate() 95 (int)wgs, wgs2_aligned)); in sumTemplate()
|
/external/opencv3/modules/core/src/ |
D | umatrix.cpp | 870 int wgs2_aligned = 1; in ocl_dot() local 871 while (wgs2_aligned < (int)wgs) in ocl_dot() 872 wgs2_aligned <<= 1; in ocl_dot() 873 wgs2_aligned >>= 1; in ocl_dot() 882 (int)wgs, wgs2_aligned, doubleSupport ? " -D DOUBLE_SUPPORT" : "", in ocl_dot()
|
D | stat.cpp | 1073 int wgs2_aligned = 1; in ocl_sum() local 1074 while (wgs2_aligned < (int)wgs) in ocl_sum() 1075 wgs2_aligned <<= 1; in ocl_sum() 1076 wgs2_aligned >>= 1; in ocl_sum() 1086 opMap[sum_op], (int)wgs, wgs2_aligned, in ocl_sum() 1265 int wgs2_aligned = 1; in ocl_countNonZero() local 1266 while (wgs2_aligned < (int)wgs) in ocl_countNonZero() 1267 wgs2_aligned <<= 1; in ocl_countNonZero() 1268 wgs2_aligned >>= 1; in ocl_countNonZero() 1275 wgs2_aligned, doubleSupport ? " -D DOUBLE_SUPPORT" : "", in ocl_countNonZero() [all …]
|