/external/webrtc/rtc_base/experiments/ |
D | quality_scaling_experiment_unittest.cc | 101 const auto thresholds = in TEST() local 111 const auto thresholds = in TEST() local 119 const auto thresholds = in TEST() local 129 const auto thresholds = in TEST() local 137 const auto thresholds = in TEST() local 147 const auto thresholds = in TEST() local 155 const auto thresholds = in TEST() local 165 const auto thresholds = in TEST() local
|
D | balanced_degradation_settings_unittest.cc | 590 const auto thresholds = settings.GetQpThresholds(kVideoCodecVP9, 1000); in TEST() local 602 const auto thresholds = settings.GetQpThresholds(kVideoCodecH264, 2000); in TEST() local 614 const auto thresholds = settings.GetQpThresholds(kVideoCodecGeneric, 3000); in TEST() local
|
/external/libchrome/base/memory/ |
D | memory_pressure_monitor_chromeos.cc | 58 MemoryPressureMonitor::MemoryPressureThresholds thresholds) { in GetModerateMemoryThresholdInPercent() 69 MemoryPressureMonitor::MemoryPressureThresholds thresholds) { in GetCriticalMemoryThresholdInPercent() 107 MemoryPressureThresholds thresholds) in MemoryPressureMonitor()
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | metrics_utils.py | 168 def assert_thresholds_range(thresholds): argument 177 def parse_init_thresholds(thresholds, default_threshold=0.5): argument 239 thresholds, argument
|
/external/tensorflow/tensorflow/lite/micro/ |
D | memory_arena_threshold_test.cc | 125 const ModelAllocationThresholds& thresholds) { in ValidateModelAllocationThresholds() 209 ModelAllocationThresholds thresholds; in TF_LITE_MICRO_TEST() local 238 ModelAllocationThresholds thresholds; in TF_LITE_MICRO_TEST() local
|
/external/webrtc/modules/video_coding/utility/ |
D | quality_scaler.cc | 252 VideoEncoder::QpThresholds thresholds) in QualityScaler() 257 VideoEncoder::QpThresholds thresholds, in QualityScaler() 304 void QualityScaler::SetQpThresholds(VideoEncoder::QpThresholds thresholds) { in SetQpThresholds()
|
D | quality_scaler_unittest.cc | 68 VideoEncoder::QpThresholds thresholds) in QualityScalerUnderTest()
|
/external/webrtc/modules/audio_processing/aec3/ |
D | matched_filter_lag_aggregator.cc | 23 const EchoCanceller3Config::Delay::DelaySelectionThresholds& thresholds) in MatchedFilterLagAggregator()
|
/external/tensorflow/tensorflow/python/keras/ |
D | metrics.py | 953 thresholds=None, argument 1045 def __init__(self, thresholds=None, name=None, dtype=None): argument 1094 def __init__(self, thresholds=None, name=None, dtype=None): argument 1143 def __init__(self, thresholds=None, name=None, dtype=None): argument 1192 def __init__(self, thresholds=None, name=None, dtype=None): argument 1270 thresholds=None, argument 1395 thresholds=None, argument 1968 thresholds=None, argument 2046 def thresholds(self): member in AUC
|
/external/libaom/libaom/av1/encoder/ |
D | var_based_part.c | 345 static AOM_INLINE void set_vbp_thresholds(AV1_COMP *cpi, int64_t thresholds[], in set_vbp_thresholds() 413 VP64x64 *vt, const int64_t thresholds[], int mi_col, int mi_row) { in set_low_temp_var_flag_64x64() 463 VP128x128 *vt, const int64_t thresholds[], int mi_col, int mi_row) { in set_low_temp_var_flag_128x128() 541 int64_t thresholds[], MV_REFERENCE_FRAME ref_frame_partition, int mi_col, in set_low_temp_var_flag() 652 int64_t thresholds[5] = { vbp_thresholds[0], vbp_thresholds[1], in av1_choose_var_based_partitioning() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 461 def _confusion_matrix_at_thresholds(labels, argument 642 thresholds=None): argument 1574 def false_negatives_at_thresholds(labels, argument 1683 def false_positives_at_thresholds(labels, argument 1792 def true_negatives_at_thresholds(labels, argument 1901 def true_positives_at_thresholds(labels, argument 2052 def precision_at_thresholds(labels, argument 2661 def recall_at_thresholds(labels, argument
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | cluster.proto | 36 repeated Thresholds thresholds = 1; field
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/ |
D | cds_for_test.proto | 72 repeated Thresholds thresholds = 1; field
|
/external/ImageMagick/MagickCore/ |
D | threshold.c | 930 const char *thresholds,ExceptionInfo *exception) in BlackThresholdImage() 1546 *thresholds; in GetThresholdMapFile() local 1740 *thresholds; in ListThresholdMapFile() local 2519 const char *thresholds,ExceptionInfo *exception) in WhiteThresholdImage()
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
D | training_ops.cc | 181 const auto& thresholds = thresholds_list[feature_idx].vec<int32>(); in FindBestSplitsPerNode() local 402 const auto& thresholds = thresholds_list[group_idx].vec<int32>(); in FindBestSplitsPerNode() local
|
/external/aac/libSBRenc/src/ |
D | tran_det.h | 115 FIXP_DBL thresholds[64]; member
|
D | tran_det.cpp | 472 FIXP_DBL *RESTRICT thresholds, in calculateThresholds() 553 FIXP_DBL *RESTRICT thresholds, FIXP_DBL *RESTRICT transients, in extractTransientCandidates()
|
/external/skqp/src/gpu/gradients/ |
D | GrUnrolledBinaryGradientColorizer.cpp | 334 SkScalar thresholds[kMaxIntervals]; in Make() local
|
/external/skia/src/gpu/gradients/generated/ |
D | GrUnrolledBinaryGradientColorizer.cpp | 461 SkScalar thresholds[kMaxIntervals]; in Make() local
|
/external/webrtc/api/video_codecs/ |
D | video_encoder.h | 114 absl::optional<QpThresholds> thresholds; member
|
/external/webrtc/video/adaptation/ |
D | video_stream_encoder_resource_manager.cc | 551 absl::optional<VideoEncoder::QpThresholds> thresholds = in ConfigureQualityScaler() local
|
/external/libopus/celt/ |
D | bands.c | 46 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis,… in hysteresis_decision()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_api.cc | 1822 thresholds = envoy_config_cluster_v3_CircuitBreakers_thresholds( in CdsResponseParse() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 603 static void set_vbp_thresholds(VP9_COMP *cpi, int64_t thresholds[], int q, in set_vbp_thresholds() 867 v64x64 *vt, int64_t thresholds[], in set_low_temp_var_flag() 1321 int64_t thresholds[4] = { cpi->vbp_thresholds[0], cpi->vbp_thresholds[1], in choose_partitioning() local
|
/external/ImageMagick/MagickWand/ |
D | magick-image.c | 970 thresholds[MagickPathExtent]; in MagickBlackThresholdImage() local 13222 thresholds[MagickPathExtent]; in MagickWhiteThresholdImage() local
|