Home
last modified time | relevance | path

Searched refs:min_threshold (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/power_BacklightControl/
Dpower_BacklightControl.py104 min_threshold=(keyvals['max_brightness'] / 2 - 1))
118 self._backlight.get_level, min_threshold=0)
125 get_num_outputs_on, min_threshold=(starting_num_outputs_on - 1))
/external/autotest/client/common_lib/
Dutils.py1803 min_threshold=None, argument
1834 min_threshold is None and \
1837 (min_threshold is not None and value <= min_threshold) or \
/external/ImageMagick/MagickCore/
Dthreshold.c2015 const double min_threshold, const double max_threshold,ExceptionInfo *exception) in RandomThresholdImage() argument
2096 if ((double) q[i] < min_threshold) in RandomThresholdImage()
2097 threshold=min_threshold; in RandomThresholdImage()
/external/ImageMagick/MagickWand/
Doperation.c3059 min_threshold, in CLISimpleOperatorImage() local
3064 min_threshold=0.0; in CLISimpleOperatorImage()
3067 min_threshold=geometry_info.rho; in CLISimpleOperatorImage()
3070 max_threshold=min_threshold; in CLISimpleOperatorImage()
3074 min_threshold*=(double) (0.01*QuantumRange); in CLISimpleOperatorImage()
3076 (void) RandomThresholdImage(_image,min_threshold,max_threshold, in CLISimpleOperatorImage()
Dmogrify.c2555 min_threshold, in MogrifyImage() local
2559 min_threshold=0.0; in MogrifyImage()
2562 min_threshold=geometry_info.rho; in MogrifyImage()
2565 max_threshold=min_threshold; in MogrifyImage()
2569 min_threshold*=(double) (0.01*QuantumRange); in MogrifyImage()
2571 (void) RandomThresholdImage(*image,min_threshold,max_threshold, in MogrifyImage()