Searched refs:min_threshold (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/site_tests/power_BacklightControl/ |
D | power_BacklightControl.py | 104 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/ |
D | utils.py | 1803 min_threshold=None, argument 1834 min_threshold is None and \ 1837 (min_threshold is not None and value <= min_threshold) or \
|
/external/ImageMagick/MagickCore/ |
D | threshold.c | 2015 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/ |
D | operation.c | 3059 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()
|
D | mogrify.c | 2555 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()
|