/third_party/ffmpeg/libavfilter/ |
H A D | threshold.h | 37 void (*threshold)(const uint8_t *in, const uint8_t *threshold, member
|
H A D | vf_threshold_init.h | 31 static void threshold8(const uint8_t *in, const uint8_t *threshold, in threshold8() argument
|
H A D | vf_neighbor_opencl.c | 45 cl_float threshold[4]; member [all...] |
H A D | vf_scdet.c | 44 double threshold; member
|
H A D | vf_threshold.c | 45 AVFILTER_DEFINE_CLASS(threshold); variable 71 AVFrame *threshold; member 83 AVFrame *threshold = td->threshold; in filter_slice() local 120 AVFrame *out, *in, *threshold, *min, *max; process_frame() local 181 AVFilterLink *threshold = ctx->inputs[1]; config_output() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | lls.c | 46 void avpriv_solve_lls(LLSModel *m, double threshold, unsigned short min_order) in avpriv_solve_lls() argument
|
/third_party/backends/backend/ |
H A D | plustek-usbmap.c | 123 int i, threshold; in usb_MapDownload() local [all...] |
H A D | sm3840_params.h | 59 int threshold; /* 0...255 luminosity */ member
|
H A D | sm3840.h | 108 unsigned char threshold; member
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_schedule.h | 60 int threshold; member
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CalendarCache.java | 119 private int threshold = (arraySize * 3) / 4; field in CalendarCache
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | MacroProps.java | 39 public Long threshold; // not in API; controls internal self-regulation threshold field in MacroProps
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CalendarCache.java | 121 private int threshold = (arraySize * 3) / 4; field in CalendarCache
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuRGBA.cpp | 97 bool compareThresholdMasked (RGBA a, RGBA b, RGBA threshold, deUint32 cmpMask) in compareThresholdMasked() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | MacroProps.java | 38 public Long threshold; // not in API; controls internal self-regulation threshold field in MacroProps
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | LocaleDistanceTest.java | 142 private Integer threshold = localeDistance.getDefaultScriptDistance(); field in LocaleDistanceTest.MyTestFileHandler
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | LocaleDistanceTest.java | 139 private Integer threshold = localeDistance.getDefaultScriptDistance(); field in LocaleDistanceTest.MyTestFileHandler
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | http2.c | 205 lws_h2_update_peer_txcredit_thresh(struct lws *wsi, unsigned int sid, int threshold, int bump) in lws_h2_update_peer_txcredit_thresh() argument
|
/third_party/libinput/src/ |
H A D | filter-mouse.c | 56 double threshold; /* 1000dpi units/us */ member 205 const double threshold = accel_filter->threshold; /* 1000dpi units/us */ in pointer_accel_profile_linear() local [all...] |
H A D | filter-low-dpi.c | 56 double threshold; /* units/us */ member 83 double threshold = accel_filter->threshold; /* units/us */ in pointer_accel_profile_linear_low_dpi() local [all...] |
H A D | filter-private.h | 68 uint64_t threshold; member
|
H A D | evdev-mt-touchpad-thumb.c | 390 uint32_t threshold; in tp_init_thumb() local
|
H A D | filter-touchpad.c | 53 double threshold; /* mm/s */ member 197 const double threshold = accel_filter->threshold; /* mm/s */ in touchpad_accel_profile_linear() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | log_uniform_int_distribution_test.cc | 177 const double threshold = absl::random_internal::ChiSquareValue(dof, 0.98); in ChiSquaredTestImpl() local
|
H A D | uniform_int_distribution.h | 261 const unsigned_type threshold = in Generate() local
|