Searched refs:threshold2 (Results 1 – 6 of 6) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvfindhandregion.cpp | 74 float threshold, threshold2; in icvFindHandRegion() local 84 threshold2 = threshold * threshold; in icvFindHandRegion() 153 if( _CV_NORM_L22( a ) < threshold2 ) in icvFindHandRegion() 297 float threshold, threshold2; in icvFindHandRegionA() local 308 threshold2 = threshold * threshold; in icvFindHandRegionA() 412 if( _CV_NORM_L32( a ) < threshold2 ) in icvFindHandRegionA()
|
/external/webp/src/utils/ |
D | quant_levels_dec.c | 166 const int threshold2 = (3 * threshold1) >> 2; in InitCorrectionLUT() local 167 const int max_threshold = threshold2 << DFIX; in InitCorrectionLUT() 168 const int delta = threshold1 - threshold2; in InitCorrectionLUT() 171 int c = (i <= threshold2) ? (i << DFIX) in InitCorrectionLUT()
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | MINRES.h | 44 …const RealScalar threshold2(tol_error*tol_error*rhsNorm2); // convergence threshold (compared to r… in minres() 117 if ( residualNorm2 < threshold2){ in minres()
|
/external/opencv/cv/src/ |
D | cvpyrsegmentation.cpp | 185 int level, int threshold1, int threshold2 ) in icvPyrSegmentation8uC1R() argument 224 if( threshold1 < 0 || threshold2 < 0 ) in icvPyrSegmentation8uC1R() 533 icvSegmentClusterC1( cmp_seq, res_seq, threshold2, pyram[1], roi ); in icvPyrSegmentation8uC1R() 598 int level, int threshold1, int threshold2 ) in icvPyrSegmentation8uC3R() argument 628 threshold2 *= _CV_RGB_THRESH_SCALE; in icvPyrSegmentation8uC3R() 641 if( threshold1 < 0 || threshold2 < 0 ) in icvPyrSegmentation8uC3R() 963 icvSegmentClusterC3( cmp_seq, res_seq, threshold2, pyram[1], roi ); in icvPyrSegmentation8uC3R() 1834 CvSeq ** comp, int level, double threshold1, double threshold2 ) in cvPyrSegmentation() argument 1841 int thresh2 = cvRound( threshold2 ); in cvPyrSegmentation()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | pickinter.c | 88 int threshold2 = 3; in check_dot_artifact_candidate() local 124 if (grad_last >= threshold1 && grad_source <= threshold2) in check_dot_artifact_candidate() 132 if (grad_last >= threshold1 && grad_source <= threshold2) in check_dot_artifact_candidate() 140 if (grad_last >= threshold1 && grad_source <= threshold2) in check_dot_artifact_candidate() 148 if (grad_last >= threshold1 && grad_source <= threshold2) in check_dot_artifact_candidate()
|
/external/opencv/cv/include/ |
D | cv.h | 131 double threshold2 ); in LOAD_CHDL() 990 double threshold2, int aperture_size CV_DEFAULT(3) ); in LOAD_CHDL()
|