Searched refs:max_threshold (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/site_tests/power_BacklightControl/ |
D | power_BacklightControl.py | 88 max_threshold=keyvals['max_brightness']) 138 self._backlight.get_level, max_threshold=keyvals['max_brightness'])
|
/external/webp/src/utils/ |
D | quant_levels_dec_utils.c | 168 const int max_threshold = threshold2 << DFIX; in InitCorrectionLUT() local 173 : (i < threshold1) ? max_threshold * (threshold1 - i) / delta in InitCorrectionLUT()
|
/external/autotest/client/common_lib/ |
D | base_utils.py | 1692 max_threshold=None, argument 1723 max_threshold is None) or \ 1726 (max_threshold is not None and value >= max_threshold):
|
/external/ImageMagick/MagickCore/ |
D | threshold.c | 1624 const double min_threshold, const double max_threshold,ExceptionInfo *exception) in RandomThresholdImage() argument 1713 if ((double) q[i] > max_threshold) in RandomThresholdImage() 1714 threshold=max_threshold; in RandomThresholdImage()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 3049 max_threshold; in CLISimpleOperatorImage() local 3054 max_threshold=(double) QuantumRange; in CLISimpleOperatorImage() 3057 max_threshold=geometry_info.sigma; in CLISimpleOperatorImage() 3059 max_threshold=min_threshold; in CLISimpleOperatorImage() 3062 max_threshold*=(double) (0.01*QuantumRange); in CLISimpleOperatorImage() 3065 (void) RandomThresholdImage(_image,min_threshold,max_threshold, in CLISimpleOperatorImage()
|
D | mogrify.c | 2554 max_threshold; in MogrifyImage() local 2558 max_threshold=(double) QuantumRange; in MogrifyImage() 2561 max_threshold=geometry_info.sigma; in MogrifyImage() 2563 max_threshold=min_threshold; in MogrifyImage() 2566 max_threshold*=(double) (0.01*QuantumRange); in MogrifyImage() 2569 (void) RandomThresholdImage(*image,min_threshold,max_threshold, in MogrifyImage()
|