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

  /external/webp/src/utils/
quant_levels_dec_utils.c 162 // f(x) = 0 for x >= threshold1
163 // and a linear interpolation for range x=[threshold2, threshold1]
165 // Note that: threshold2 = 3/4 * threshold1
166 const int threshold1 = min_dist << LFIX; local
167 const int threshold2 = (3 * threshold1) >> 2;
169 const int delta = threshold1 - threshold2;
173 : (i < threshold1) ? max_threshold * (threshold1 - i) / delta
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 185 int level, int threshold1, int threshold2 )
224 if( threshold1 < 0 || threshold2 < 0 )
329 (float) threshold1, is_last_iter, &stub,
598 int level, int threshold1, int threshold2 )
627 threshold1 *= _CV_RGB_THRESH_SCALE;
641 if( threshold1 < 0 || threshold2 < 0 )
749 (float) threshold1, is_last_iter, &stub,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 129 int threshold1 = 6; 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 130 int level, double threshold1,
    [all...]
  /external/mesa3d/src/amd/addrlib/r800/
egbaddrlib.cpp 1062 UINT_32 threshold1 = local
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 202 milliseconds