HomeSort by relevance Sort by last modified time
    Searched refs:threshold2 (Results 1 - 6 of 6) sorted by null

  /external/opencv/cvaux/src/
cvfindhandregion.cpp 74 float threshold, threshold2; local
84 threshold2 = threshold * threshold;
152 /* if(IPPI_NORM_L22 ( cros ) < threshold2) */
153 if( _CV_NORM_L22( a ) < threshold2 )
297 float threshold, threshold2; local
308 threshold2 = threshold * threshold;
391 /* if(IPPI_NORM_L22 ( cros ) < threshold2) */
412 if( _CV_NORM_L32( a ) < threshold2 )
  /external/chromium_org/third_party/libwebp/utils/
quant_levels_dec.c 160 // f(x) = x for x <= threshold2
162 // and a linear interpolation for range x=[threshold2, threshold1]
164 // Note that: threshold2 = 3/4 * threshold1
166 const int threshold2 = (3 * threshold1) >> 2; local
167 const int max_threshold = threshold2 << DFIX;
168 const int delta = threshold1 - threshold2;
171 int c = (i <= threshold2) ? (i << DFIX)
  /external/webp/src/utils/
quant_levels_dec.c 160 // f(x) = x for x <= threshold2
162 // and a linear interpolation for range x=[threshold2, threshold1]
164 // Note that: threshold2 = 3/4 * threshold1
166 const int threshold2 = (3 * threshold1) >> 2; local
167 const int max_threshold = threshold2 << DFIX;
168 const int delta = threshold1 - threshold2;
171 int c = (i <= threshold2) ? (i << DFIX)
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
MINRES.h 44 const RealScalar threshold2(tol_error*tol_error*rhsNorm2); // convergence threshold (compared to residualNorm2)
117 if ( residualNorm2 < threshold2){
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 185 int level, int threshold1, int threshold2 )
224 if( threshold1 < 0 || threshold2 < 0 )
533 icvSegmentClusterC1( cmp_seq, res_seq, threshold2, pyram[1], roi );
598 int level, int threshold1, int threshold2 )
628 threshold2 *= _CV_RGB_THRESH_SCALE;
641 if( threshold1 < 0 || threshold2 < 0 )
963 icvSegmentClusterC3( cmp_seq, res_seq, threshold2, pyram[1], roi );
    [all...]
  /external/opencv/cv/include/
cv.h 131 double threshold2 );
    [all...]

Completed in 723 milliseconds