Home
last modified time | relevance | path

Searched refs:DEFAULT_THRESHOLD (Results 1 – 12 of 12) sorted by relevance

/third_party/libinput/src/
Dfilter-low-dpi.c41 #define DEFAULT_THRESHOLD v_ms2us(0.4) /* in units/us */ macro
212 accel_filter->threshold = DEFAULT_THRESHOLD - in accelerator_set_speed()
246 filter->threshold = DEFAULT_THRESHOLD; in create_default_filter()
Dfilter-mouse.c41 #define DEFAULT_THRESHOLD v_ms2us(0.4) /* in units/us */ macro
210 accel_filter->threshold = DEFAULT_THRESHOLD - in accelerator_set_speed()
320 filter->threshold = DEFAULT_THRESHOLD; in create_default_filter()
Dfilter-touchpad-x230.c48 #define DEFAULT_THRESHOLD v_ms2us(0.4) /* in units/us */ macro
232 accel_filter->threshold = DEFAULT_THRESHOLD - in accelerator_set_speed_x230()
/third_party/gstreamer/gstplugins_bad/gst/gaudieffects/
Dgstsolarize.c94 #define DEFAULT_THRESHOLD 127 macro
159 "Threshold parameter", 0, 256, DEFAULT_THRESHOLD, in gst_solarize_class_init()
184 filter->threshold = DEFAULT_THRESHOLD; in gst_solarize_init()
/third_party/gstreamer/gstplugins_bad/gst/videofilters/
Dgstzebrastripe.c77 #define DEFAULT_THRESHOLD 90 macro
127 DEFAULT_THRESHOLD, in gst_zebra_stripe_class_init()
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstop.c85 #define DEFAULT_THRESHOLD 60 macro
391 "Luma threshold", 0, G_MAXINT, DEFAULT_THRESHOLD, in gst_optv_class_init()
420 filter->threshold = DEFAULT_THRESHOLD; in gst_optv_init()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberFormatter.java392 static final long DEFAULT_THRESHOLD = 3; field in NumberFormatter
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberFormatter.java515 static final long DEFAULT_THRESHOLD = 3; field in NumberFormatter
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstcompare.c101 #define DEFAULT_THRESHOLD 0 macro
168 0, G_MAXDOUBLE, DEFAULT_THRESHOLD, in gst_compare_class_init()
216 comp->threshold = DEFAULT_THRESHOLD; in gst_compare_init()
/third_party/gstreamer/gstplugins_good/gst/spectrum/
Dgstspectrum.c84 #define DEFAULT_THRESHOLD -60 macro
169 G_MININT, 0, DEFAULT_THRESHOLD, in gst_spectrum_class_init()
200 spectrum->threshold = DEFAULT_THRESHOLD; in gst_spectrum_init()
/third_party/mindspore/mindspore/explainer/explanation/_counterfactual/
Dhierarchical_occlusion.py36 DEFAULT_THRESHOLD = 0.5 # default target prediction threshold variable
417 threshold=DEFAULT_THRESHOLD,
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberformatter.h124 static constexpr int32_t DEFAULT_THRESHOLD = 3; variable
1462 int32_t threshold = DEFAULT_THRESHOLD;