/third_party/unity/src/ |
D | unity.h | 159 …T_ASSERT_NOT_EQUAL_INT(threshold, actual) UNITY_TEST… argument 160 …_ASSERT_NOT_EQUAL_INT8(threshold, actual) UNITY_TEST_… argument 161 …ASSERT_NOT_EQUAL_INT16(threshold, actual) UNITY_TEST_A… argument 162 …ASSERT_NOT_EQUAL_INT32(threshold, actual) UNITY_TEST_A… argument 163 …ASSERT_NOT_EQUAL_INT64(threshold, actual) UNITY_TEST_A… argument 164 …_ASSERT_NOT_EQUAL_UINT(threshold, actual) UNITY_TEST_… argument 165 …ASSERT_NOT_EQUAL_UINT8(threshold, actual) UNITY_TEST_A… argument 166 …SSERT_NOT_EQUAL_UINT16(threshold, actual) UNITY_TEST_AS… argument 167 …SSERT_NOT_EQUAL_UINT32(threshold, actual) UNITY_TEST_AS… argument 168 …SSERT_NOT_EQUAL_UINT64(threshold, actual) UNITY_TEST_AS… argument [all …]
|
D | unity_internals.h | 557 void UnityAssertGreaterOrLessOrEqualNumber(const UNITY_INT threshold, 795 …ERT_NOT_EQUAL_INT(threshold, actual, line, message) UnityAssertGreaterOrLes… argument 796 …_EQUAL_INT8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqua… argument 797 …_EQUAL_INT16(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqua… argument 798 …_EQUAL_INT32(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqua… argument 799 …ERT_NOT_EQUAL_UINT(threshold, actual, line, message) UnityAssertGreaterOrLes… argument 800 …EQUAL_UINT8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqual… argument 801 …EQUAL_UINT16(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqual… argument 802 …EQUAL_UINT32(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqual… argument 803 …_EQUAL_HEX8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqua… argument [all …]
|
/third_party/cJSON/tests/unity/src/ |
D | unity.h | 152 …_ASSERT_GREATER_THAN(threshold, actual) UNITY_TEST_… argument 153 …SSERT_GREATER_THAN_INT(threshold, actual) UNITY_TEST_AS… argument 154 …SERT_GREATER_THAN_INT8(threshold, actual) UNITY_TEST_ASS… argument 155 …ERT_GREATER_THAN_INT16(threshold, actual) UNITY_TEST_ASSE… argument 156 …ERT_GREATER_THAN_INT32(threshold, actual) UNITY_TEST_ASSE… argument 157 …ERT_GREATER_THAN_INT64(threshold, actual) UNITY_TEST_ASSE… argument 158 …SERT_GREATER_THAN_UINT(threshold, actual) UNITY_TEST_ASS… argument 159 …ERT_GREATER_THAN_UINT8(threshold, actual) UNITY_TEST_ASSE… argument 160 …RT_GREATER_THAN_UINT16(threshold, actual) UNITY_TEST_ASSER… argument 161 …RT_GREATER_THAN_UINT32(threshold, actual) UNITY_TEST_ASSER… argument [all …]
|
D | unity_internals.h | 465 void UnityAssertGreaterOrLessOrEqualNumber(const UNITY_INT threshold, 669 …RT_GREATER_THAN_INT(threshold, actual, line, message) UnityAssertGreaterOrLess… argument 670 …TER_THAN_INT8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqual… argument 671 …ER_THAN_INT16(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualN… argument 672 …ER_THAN_INT32(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualN… argument 673 …T_GREATER_THAN_UINT(threshold, actual, line, message) UnityAssertGreaterOrLessO… argument 674 …ER_THAN_UINT8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualN… argument 675 …R_THAN_UINT16(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNu… argument 676 …R_THAN_UINT32(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNu… argument 677 …ER_THAN_HEX8(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualN… argument [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | palm.xml | 22 <threshold>3.8681671023368835e-002</threshold> 34 <threshold>-2.6647120714187622e-002</threshold> 48 <threshold>6.1131078749895096e-002</threshold> 60 <threshold>-3.3309649676084518e-002</threshold> 74 <threshold>-5.0153050571680069e-002</threshold> 86 <threshold>-1.8358040601015091e-002</threshold> 100 <threshold>-3.6677200347185135e-002</threshold> 114 <threshold>-4.3658491224050522e-002</threshold> 128 <threshold>2.5138080120086670e-002</threshold> 140 <threshold>-6.6900141537189484e-002</threshold> [all …]
|
D | fist.xml | 21 <threshold>-0.0223442204296589</threshold> 35 <threshold>-9.3714958056807518e-003</threshold> 57 <threshold>0.0127444602549076</threshold> 71 <threshold>-0.0203973893076181</threshold> 85 <threshold>1.5015050303190947e-003</threshold> 99 <threshold>-9.5540005713701248e-003</threshold> 113 <threshold>-9.0454015880823135e-003</threshold> 133 <threshold>0.0339135192334652</threshold> 147 <threshold>-6.3976310193538666e-003</threshold> 161 <threshold>3.5964029375463724e-003</threshold> [all …]
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audiodynamic.c | 26 * amplitude of all samples above a specific threshold with a specific ratio, 27 * a expander does the same for all samples below a specific threshold. If 32 …stsrc wave=saw ! audiodynamic characteristics=soft-knee mode=compressor threshold=0.5 ratio=0.5 ! … 33 …c ! audioconvert ! audiodynamic characteristics=hard-knee mode=expander threshold=0.2 ratio=4.0 ! … 233 g_param_spec_float ("threshold", "Threshold", in gst_audio_dynamic_class_init() 234 "Threshold until the filter is activated", 0.0, 1.0, in gst_audio_dynamic_class_init() 268 filter->threshold = 0.0; in gst_audio_dynamic_init() 293 filter->threshold = g_value_get_float (value); in gst_audio_dynamic_set_property() 318 g_value_set_float (value, filter->threshold); in gst_audio_dynamic_get_property() 345 glong thr_p = filter->threshold * G_MAXINT16; in gst_audio_dynamic_transform_hard_knee_compressor_int() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | InlineCost.h | 59 /// Objects of this type also provide the adjusted threshold for inlining 62 /// threshold for this cost metric. 72 /// The adjusted threshold against which this cost was computed. 73 int Threshold; variable 79 InlineCost(int Cost, int Threshold, const char *Reason = nullptr) 80 : Cost(Cost), Threshold(Threshold), Reason(Reason) { in Cost() 86 static InlineCost get(int Cost, int Threshold) { in get() argument 89 return InlineCost(Cost, Threshold); in get() 100 return Cost < Threshold; 114 /// Get the threshold against which the cost was computed [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_smartblur.c | 48 int threshold; member 70 …{ "luma_threshold", "set luma threshold", OFFSET(luma.threshold), AV_OPT_TYPE_INT, {.i64=0}, THR… 71 …{ "lt", "set luma threshold", OFFSET(luma.threshold), AV_OPT_TYPE_INT, {.i64=0}, THR… 77 …{ "chroma_threshold", "set chroma threshold", OFFSET(chroma.threshold), AV_OPT_TYPE_INT, {.i64=T… 78 …{ "ct", "set chroma threshold", OFFSET(chroma.threshold), AV_OPT_TYPE_INT, {.i64=T… 94 if (s->chroma.threshold < THRESHOLD_MIN) in init() 95 s->chroma.threshold = s->luma.threshold; in init() 103 s->luma.radius, s->luma.strength, s->luma.threshold, in init() 104 s->chroma.radius, s->chroma.strength, s->chroma.threshold); in init() 179 const int w, const int h, const int threshold, in blur() argument [all …]
|
D | vf_threshold.c | 23 * threshold video filter 34 #include "threshold.h" 44 AVFILTER_DEFINE_CLASS(threshold); 75 AVFrame *threshold; member 87 AVFrame *threshold = td->threshold; in filter_slice() local 105 s->threshold(in->data[p] + slice_start * in->linesize[p], in filter_slice() 106 threshold->data[p] + slice_start * threshold->linesize[p], in filter_slice() 110 in->linesize[p], threshold->linesize[p], in filter_slice() 124 AVFrame *out, *in, *threshold, *min, *max; in process_frame() local 129 (ret = ff_framesync_get_frame(&s->fs, 1, &threshold, 0)) < 0 || in process_frame() [all …]
|
D | vf_neighbor.c | 40 int threshold[4]; member 48 int threshold, const uint8_t *coordinates[], int coord, 80 int threshold, const uint8_t *coordinates[], int coord, in erosion() argument 87 int limit = FFMAX(min - threshold, 0); in erosion() 101 int threshold, const uint8_t *coordinates[], int coord, in erosion16() argument 109 int limit = FFMAX(min - threshold, 0); in erosion16() 123 int threshold, const uint8_t *coordinates[], int coord, in dilation() argument 130 int limit = FFMIN(max + threshold, 255); in dilation() 144 int threshold, const uint8_t *coordinates[], int coord, in dilation16() argument 152 int limit = FFMIN(max + threshold, maxc); in dilation16() [all …]
|
D | vf_neighbor_opencl.c | 44 cl_float threshold[4]; member 96 ctx->threshold[i] /= 255.0; in neighbor_opencl_make_filter_params() 165 if (ctx->threshold[p] == 0) { in neighbor_opencl_filter_frame() 177 CL_SET_KERNEL_ARG(ctx->kernel, 2, cl_float, &ctx->threshold[p]); in neighbor_opencl_filter_frame() 267 …{ "threshold0", "set threshold for 1st plane", OFFSET(threshold[0]), AV_OPT_TYPE_FLOAT, {.dbl… 268 …{ "threshold1", "set threshold for 2nd plane", OFFSET(threshold[1]), AV_OPT_TYPE_FLOAT, {.dbl… 269 …{ "threshold2", "set threshold for 3rd plane", OFFSET(threshold[2]), AV_OPT_TYPE_FLOAT, {.dbl… 270 …{ "threshold3", "set threshold for 4th plane", OFFSET(threshold[3]), AV_OPT_TYPE_FLOAT, {.dbl… 295 …{ "threshold0", "set threshold for 1st plane", OFFSET(threshold[0]), AV_OPT_TYPE_FLOAT, {.dbl… 296 …{ "threshold1", "set threshold for 2nd plane", OFFSET(threshold[1]), AV_OPT_TYPE_FLOAT, {.dbl… [all …]
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/ |
D | colors_demo.dart | 10 Palette({ this.name, this.primary, this.accent, this.threshold = 900}); 15 final int threshold; // titles for indices > threshold are white, otherwise black 17 bool get isValid => name != null && primary != null && threshold != null; 21 Palette(name: 'RED', primary: Colors.red, accent: Colors.redAccent, threshold: 300), 22 Palette(name: 'PINK', primary: Colors.pink, accent: Colors.pinkAccent, threshold: 200), 23 Palette(name: 'PURPLE', primary: Colors.purple, accent: Colors.purpleAccent, threshold: 200), 24 …(name: 'DEEP PURPLE', primary: Colors.deepPurple, accent: Colors.deepPurpleAccent, threshold: 200), 25 Palette(name: 'INDIGO', primary: Colors.indigo, accent: Colors.indigoAccent, threshold: 200), 26 Palette(name: 'BLUE', primary: Colors.blue, accent: Colors.blueAccent, threshold: 400), 27 …Palette(name: 'LIGHT BLUE', primary: Colors.lightBlue, accent: Colors.lightBlueAccent, threshold: … [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_point_parameters.txt | 41 increased) as its area shrinks below a defined threshold. 68 square of the threshold provided by the programmer through this extension. 71 threshold applies to multisample points only. 90 * Do we need a disable for applying the threshold ? The default threshold 93 If the default threshold is not overriden, the area of multisample 97 are no relevant applications yet. As mentioned above, the threshold does 100 The alternative is to have a disable of threshold application, and state 101 that threshold (if not disabled) applies to non antialias points only 110 When the derived point size is larger than the threshold size defined by 115 factor = (derived_size/threshold)^2 [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_point_parameters.txt | 41 increased) as its area shrinks below a defined threshold. 68 square of the threshold provided by the programmer through this extension. 71 threshold applies to multisample points only. 90 * Do we need a disable for applying the threshold ? The default threshold 93 If the default threshold is not overriden, the area of multisample 97 are no relevant applications yet. As mentioned above, the threshold does 100 The alternative is to have a disable of threshold application, and state 101 that threshold (if not disabled) applies to non antialias points only 110 When the derived point size is larger than the threshold size defined by 115 factor = (derived_size/threshold)^2 [all …]
|
/third_party/flutter/skia/src/gpu/gradients/ |
D | GrDualIntervalGradientColorizer.fp | 8 // Models two intervals (so 4 colors), that are connected at a specific threshold point. 10 // Bias and scale for 0 to threshold 14 // Bias and scale for threshold to 1 18 layout(tracked) in uniform half threshold; 24 if (t < threshold) { 40 float threshold); 45 …olor4f& c0, const SkPMColor4f& c1, const SkPMColor4f& c2, const SkPMColor4f& c3, float threshold) { 46 // Derive scale and biases from the 4 colors and threshold 49 auto scale01 = (vc1 - vc0) / threshold; 54 auto scale23 = (vc3 - vc2) / (1 - threshold); [all …]
|
/third_party/gstreamer/gstplugins_good/gst/cutter/ |
D | README | 6 threshold for a given amount of time. 8 As soon as the buffer's RMS is greater than the threshold value, the plugin fires a CUT_START signa… 10 When the buffer's RMS level drops below the threshold value for a consecutive run length longer tha… 12 …rosses the threshold level, this pre-recorded buffer is flushed to the src pad (so you can actuall… 16 GstCutter::threshold 17 level (between 0 and 1) of threshold 19 level of threshold in dB (between -inf and 0) 28 gets sent when the level of the signal goes above threshold level 31 threshold level for a number of consecutive iterations of which
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_point_parameters.txt | 62 a defined threshold. 90 the square of the threshold provided by the programmer through this 94 the threshold applies to multisample points only. 117 * Do we need a disable for applying the threshold ? The default 118 threshold value is 1.0. It is applied even if the point size is 121 If the default threshold is not overridden, the area of 126 applications yet. As mentioned above, the threshold does not apply 129 The alternative is to have a disable of threshold application, and 130 state that threshold (if not disabled) applies to non antialias 139 When the derived point size is larger than the threshold size [all …]
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_point_parameters.txt | 72 a defined threshold. 100 the square of the threshold provided by the programmer through this 104 the threshold applies to multisample points only. 127 * Do we need a disable for applying the threshold ? The default 128 threshold value is 1.0. It is applied even if the point size is 131 If the default threshold is not overridden, the area of 136 applications yet. As mentioned above, the threshold does not apply 139 The alternative is to have a disable of threshold application, and 140 state that threshold (if not disabled) applies to non antialias 149 When the derived point size is larger than the threshold size [all …]
|
/third_party/flutter/skia/src/gpu/gradients/generated/ |
D | GrDualIntervalGradientColorizer.cpp | 35 auto threshold = _outer.threshold; in emitCode() local 36 (void)threshold; in emitCode() 46 "threshold"); in emitCode() 84 float thresholdValue = _outer.threshold; in onSetData() 114 if (threshold != that.threshold) return false; in onIsEqual() 124 , threshold(src.threshold) {} in GrDualIntervalGradientColorizer() 133 float threshold) { in Make() argument 134 // Derive scale and biases from the 4 colors and threshold in Make() 137 auto scale01 = (vc1 - vc0) / threshold; in Make() 142 auto scale23 = (vc3 - vc2) / (1 - threshold); in Make() [all …]
|
/third_party/ffmpeg/tests/checkasm/ |
D | vf_threshold.c | 21 #include "libavfilter/threshold.h" 38 LOCAL_ALIGNED_32(uint8_t, threshold, [WIDTH_PADDED]); in check_threshold() 46 declare_func(void, const uint8_t *in, const uint8_t *threshold, in check_threshold() 57 memset(threshold, 0, WIDTH_PADDED); in check_threshold() 63 randomize_buffers(threshold, WIDTH); in check_threshold() 70 if (check_func(s.threshold, "threshold%d", depth)) { in check_threshold() 71 …call_ref(in, threshold, min, max, out_ref, line_size, line_size, line_size, line_size, line_size, … in check_threshold() 72 …call_new(in, threshold, min, max, out_new, line_size, line_size, line_size, line_size, line_size, … in check_threshold() 75 …bench_new(in, threshold, min, max, out_new, line_size, line_size, line_size, line_size, line_size,… in check_threshold()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuImageCompare.cpp | 91 …erAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec… in findNumPositionDeviationFailingPixels() argument 125 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in findNumPositionDeviationFailingPixels() 144 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in findNumPositionDeviationFailingPixels() 167 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in findNumPositionDeviationFailingPixels() 201 * metric is usually <0.01. Thus good threshold values are in range 0.02 to 213 * \param threshold Error metric threshold (good values are 0.02-0.05) 217 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMode … in fuzzyCompare() argument 222 bool isOk = difference <= threshold; in fuzzyCompare() 236 …< "Image comparison failed: difference = " << difference << ", threshold = " << threshold << TestL… in fuzzyCompare() 270 * metric is usually <0.01. Thus good threshold values are in range 0.02 to [all …]
|
D | tcuImageCompare.hpp | 47 …geSetDesc, const Surface& reference, const Surface& result, const RGBA& threshold, CompareLogMode … 48 …r* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMode … 51 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMode … 52 …erAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode … 53 …ferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLogMode … 54 …onst ConstPixelBufferAccess& result, const Vec4& ignorekey, const Vec4& threshold, CompareLogMode … 55 …onst Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLogMode … 56 …erAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode … 57 …erAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec… 58 …erAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec… [all …]
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_threshold.asm | 2 ;* x86-optimized functions for threshold filter 33 %macro THRESHOLD 3 35 cglobal threshold%1, 10, 13, 5, in, threshold, min, max, out, ilinesize, tlinesize, flinesize, slin… 39 cglobal threshold%1, 5, 7, 5, in, threshold, min, max, out, w, x 85 THRESHOLD 8, b, pb_128 label 86 THRESHOLD 16, w, pb_128_0 label 90 THRESHOLD 8, b, pb_128 label 91 THRESHOLD 16, w, pb_128_0 label
|
/third_party/gstreamer/gstplugins_bad/gst/gaudieffects/ |
D | gstsolarize.c | 99 gint threshold, gint start, gint end); 158 g_param_spec_uint ("threshold", "Threshold", in gst_solarize_class_init() 159 "Threshold parameter", 0, 256, DEFAULT_THRESHOLD, in gst_solarize_class_init() 184 filter->threshold = DEFAULT_THRESHOLD; in gst_solarize_init() 197 filter->threshold = g_value_get_uint (value); in gst_solarize_set_property() 220 g_value_set_uint (value, filter->threshold); in gst_solarize_get_property() 249 gint video_size, threshold, start, end; in gst_solarize_transform_frame() local 270 threshold = filter->threshold; in gst_solarize_transform_frame() 278 transform (src, dest, video_size, threshold, start, end); in gst_solarize_transform_frame() 288 gint threshold, gint start, gint end) in transform() argument [all …]
|