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

  /external/mesa3d/src/amd/addrlib/r800/
egbaddrlib.cpp 1065 UINT_32 threshold2 = local
    [all...]
  /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 162 // f(x) = x for x <= threshold2
164 // and a linear interpolation for range x=[threshold2, threshold1]
166 // Note that: threshold2 = 3/4 * threshold1
168 const int threshold2 = (3 * threshold1) >> 2; local
169 const int max_threshold = threshold2 << DFIX;
170 const int delta = threshold1 - threshold2;
173 int c = (i <= threshold2) ? (i << DFIX)
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 58 int threshold2 = 3; local
92 if (grad_last >= threshold1 && grad_source <= threshold2) {
99 if (grad_last >= threshold1 && grad_source <= threshold2) {
106 if (grad_last >= threshold1 && grad_source <= threshold2) {
114 if (grad_last >= threshold1 && grad_source <= threshold2) {
    [all...]
  /external/libxcam/xcore/base/
xcam_3a_result.h 178 double threshold2; member in struct:_XCam3aResultNoiseReduction
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 121 milliseconds