Searched refs:norm1 (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkStroke.cpp | 21 static inline bool normals_too_curvy(const SkVector& norm0, SkVector& norm1) { in normals_too_curvy() argument 31 return SkPoint::DotProduct(norm0, norm1) <= kFlatEnoughNormalDotProd; in normals_too_curvy() 34 static inline bool normals_too_pinchy(const SkVector& norm0, SkVector& norm1) { in normals_too_pinchy() argument 37 return SkPoint::DotProduct(norm0, norm1) <= kTooPinchyNormalDotProd; in normals_too_pinchy()
|
/external/opencv/cv/src/ |
D | cvhaar.cpp | 956 CvMat img1, sum1, sqsum1, norm1, tilted1, mask1; in cvHaarDetectObjects() local 972 norm1 = cvMat( sz1.height, sz1.width, CV_32FC1, norm_img ? norm_img->data.ptr : 0 ); in cvHaarDetectObjects() 1024 (float*)(norm1.data.ptr + y1*norm1.step), norm1.step, ssz, equ_rect ); in cvHaarDetectObjects() 1040 (float*)(norm1.data.ptr + y1*norm1.step), norm1.step, in cvHaarDetectObjects()
|
/external/opencv/cvaux/src/ |
D | cvlevmarprojbandle.cpp | 1407 double norm1 = cvNorm(vectorX_points4D); in cvOptimizeLevenbergMarquardtBundle() local 1408 fprintf(file," test 6.02 post normPnts=%lf\n",norm1); in cvOptimizeLevenbergMarquardtBundle()
|