HomeSort by relevance Sort by last modified time
    Searched refs:threshold2 (Results 1 - 8 of 8) 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/webp/src/utils/
quant_levels_dec_utils.c 161 // f(x) = x for x <= threshold2
163 // and a linear interpolation for range x=[threshold2, threshold1]
165 // Note that: threshold2 = 3/4 * threshold1
167 const int threshold2 = (3 * threshold1) >> 2; local
168 const int max_threshold = threshold2 << DFIX;
169 const int delta = threshold1 - threshold2;
172 int c = (i <= threshold2) ? (i << DFIX)
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
MINRES.h 53 const RealScalar threshold2(tol_error*tol_error*rhsNorm2); // convergence threshold (compared to residualNorm2)
129 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/libvpx/libvpx/vp8/encoder/
pickinter.c 130 int threshold2 = 3; local
164 if (grad_last >= threshold1 && grad_source <= threshold2) {
171 if (grad_last >= threshold1 && grad_source <= threshold2) {
178 if (grad_last >= threshold1 && grad_source <= threshold2) {
186 if (grad_last >= threshold1 && grad_source <= threshold2) {
    [all...]
  /external/opencv/cv/include/
cv.h 131 double threshold2 );
    [all...]
  /external/mesa3d/src/amd/addrlib/r800/
egbaddrlib.cpp 1065 UINT_32 threshold2 = local
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 351 milliseconds