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 | base_utils.py | 2064 min_threshold=None, argument 2095 min_threshold is None and \ 2098 (min_threshold is not None and value <= min_threshold) or \
|
/external/ImageMagick/MagickCore/ |
D | threshold.c | 1624 const double min_threshold, const double max_threshold,ExceptionInfo *exception) in RandomThresholdImage() argument 1710 if ((double) q[i] < min_threshold) in RandomThresholdImage() 1711 threshold=min_threshold; in RandomThresholdImage()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 3048 min_threshold, in CLISimpleOperatorImage() local 3053 min_threshold=0.0; in CLISimpleOperatorImage() 3056 min_threshold=geometry_info.rho; in CLISimpleOperatorImage() 3059 max_threshold=min_threshold; in CLISimpleOperatorImage() 3063 min_threshold*=(double) (0.01*QuantumRange); in CLISimpleOperatorImage() 3065 (void) RandomThresholdImage(_image,min_threshold,max_threshold, in CLISimpleOperatorImage()
|
D | mogrify.c | 2553 min_threshold, in MogrifyImage() local 2557 min_threshold=0.0; in MogrifyImage() 2560 min_threshold=geometry_info.rho; in MogrifyImage() 2563 max_threshold=min_threshold; in MogrifyImage() 2567 min_threshold*=(double) (0.01*QuantumRange); in MogrifyImage() 2569 (void) RandomThresholdImage(*image,min_threshold,max_threshold, in MogrifyImage()
|