Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/third_party/cJSON/tests/unity/src/
Dunity.h152 #define TEST_ASSERT_GREATER_THAN(threshold, actual) … argument
153 #define TEST_ASSERT_GREATER_THAN_INT(threshold, actual) … argument
154 #define TEST_ASSERT_GREATER_THAN_INT8(threshold, actual) … argument
155 #define TEST_ASSERT_GREATER_THAN_INT16(threshold, actual) … argument
156 #define TEST_ASSERT_GREATER_THAN_INT32(threshold, actual) … argument
157 #define TEST_ASSERT_GREATER_THAN_INT64(threshold, actual) … argument
158 #define TEST_ASSERT_GREATER_THAN_UINT(threshold, actual) … argument
159 #define TEST_ASSERT_GREATER_THAN_UINT8(threshold, actual) … argument
160 #define TEST_ASSERT_GREATER_THAN_UINT16(threshold, actual) … argument
161 #define TEST_ASSERT_GREATER_THAN_UINT32(threshold, actual) … argument
[all …]
Dunity_internals.h669 #define UNITY_TEST_ASSERT_GREATER_THAN_INT(threshold, actual, line, message) Un… argument
670 #define UNITY_TEST_ASSERT_GREATER_THAN_INT8(threshold, actual, line, message) Un… argument
671 #define UNITY_TEST_ASSERT_GREATER_THAN_INT16(threshold, actual, line, message) Un… argument
672 #define UNITY_TEST_ASSERT_GREATER_THAN_INT32(threshold, actual, line, message) Un… argument
673 #define UNITY_TEST_ASSERT_GREATER_THAN_UINT(threshold, actual, line, message) Un… argument
674 #define UNITY_TEST_ASSERT_GREATER_THAN_UINT8(threshold, actual, line, message) Un… argument
675 #define UNITY_TEST_ASSERT_GREATER_THAN_UINT16(threshold, actual, line, message) Un… argument
676 #define UNITY_TEST_ASSERT_GREATER_THAN_UINT32(threshold, actual, line, message) Un… argument
677 #define UNITY_TEST_ASSERT_GREATER_THAN_HEX8(threshold, actual, line, message) Un… argument
678 #define UNITY_TEST_ASSERT_GREATER_THAN_HEX16(threshold, actual, line, message) Un… argument
[all …]
/third_party/unity/src/
Dunity.h159 #define TEST_ASSERT_NOT_EQUAL_INT(threshold, actual) … argument
160 #define TEST_ASSERT_NOT_EQUAL_INT8(threshold, actual) … argument
161 #define TEST_ASSERT_NOT_EQUAL_INT16(threshold, actual) … argument
162 #define TEST_ASSERT_NOT_EQUAL_INT32(threshold, actual) … argument
163 #define TEST_ASSERT_NOT_EQUAL_INT64(threshold, actual) … argument
164 #define TEST_ASSERT_NOT_EQUAL_UINT(threshold, actual) … argument
165 #define TEST_ASSERT_NOT_EQUAL_UINT8(threshold, actual) … argument
166 #define TEST_ASSERT_NOT_EQUAL_UINT16(threshold, actual) … argument
167 #define TEST_ASSERT_NOT_EQUAL_UINT32(threshold, actual) … argument
168 #define TEST_ASSERT_NOT_EQUAL_UINT64(threshold, actual) … argument
[all …]
Dunity_internals.h795 #define UNITY_TEST_ASSERT_NOT_EQUAL_INT(threshold, actual, line, message) Un… argument
796 #define UNITY_TEST_ASSERT_NOT_EQUAL_INT8(threshold, actual, line, message) Un… argument
797 #define UNITY_TEST_ASSERT_NOT_EQUAL_INT16(threshold, actual, line, message) Un… argument
798 #define UNITY_TEST_ASSERT_NOT_EQUAL_INT32(threshold, actual, line, message) Un… argument
799 #define UNITY_TEST_ASSERT_NOT_EQUAL_UINT(threshold, actual, line, message) Un… argument
800 #define UNITY_TEST_ASSERT_NOT_EQUAL_UINT8(threshold, actual, line, message) Un… argument
801 #define UNITY_TEST_ASSERT_NOT_EQUAL_UINT16(threshold, actual, line, message) Un… argument
802 #define UNITY_TEST_ASSERT_NOT_EQUAL_UINT32(threshold, actual, line, message) Un… argument
803 #define UNITY_TEST_ASSERT_NOT_EQUAL_HEX8(threshold, actual, line, message) Un… argument
804 #define UNITY_TEST_ASSERT_NOT_EQUAL_HEX16(threshold, actual, line, message) Un… argument
[all …]
/third_party/flutter/skia/src/gpu/gradients/generated/
DGrDualIntervalGradientColorizer.h29 float threshold; variable
33 SkPMColor4f bias23, float threshold) in GrDualIntervalGradientColorizer()
DGrDualIntervalGradientColorizer.cpp35 auto threshold = _outer.threshold; in emitCode() local
133 float threshold) { in Make()
/third_party/flutter/engine/flutter/flow/
Draster_cache_unittests.cc26 size_t threshold = 3; in TEST() local
48 size_t threshold = 0; in TEST() local
70 size_t threshold = 3; in TEST() local
/third_party/mindspore/tests/ut/cpp/dataset/
Dsolarize_op_test.cc77 std::vector<uint8_t> threshold ={1, 255}; in TEST_F() local
102 std::vector<uint8_t> threshold ={1, 230}; in TEST_F() local
127 std::vector<uint8_t> threshold ={1, 230}; in TEST_F() local
153 std::vector<uint8_t> threshold ={10, 1}; in TEST_F() local
Drandom_solarize_op_test.cc41 std::vector<uint8_t> threshold = {100, 100}; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Drandom_solarize_ir.cc31 RandomSolarizeOperation::RandomSolarizeOperation(const std::vector<uint8_t> &threshold) in RandomSolarizeOperation()
78 std::vector<uint8_t> threshold = op_params["threshold"]; in from_json() local
/third_party/ffmpeg/libavfilter/
Dvf_neighbor.c40 int threshold[4]; member
80 int threshold, const uint8_t *coordinates[], int coord, in erosion()
101 int threshold, const uint8_t *coordinates[], int coord, in erosion16()
123 int threshold, const uint8_t *coordinates[], int coord, in dilation()
144 int threshold, const uint8_t *coordinates[], int coord, in dilation16()
166 int threshold, const uint8_t *coordinates[], int coord, in deflate()
182 int threshold, const uint8_t *coordinates[], int coord, in deflate16()
199 int threshold, const uint8_t *coordinates[], int coord, in inflate()
215 int threshold, const uint8_t *coordinates[], int coord, in inflate16()
270 const int threshold = s->threshold[plane]; in filter_slice() local
Dvf_threshold.c75 AVFrame *threshold; member
87 AVFrame *threshold = td->threshold; in filter_slice() local
124 AVFrame *out, *in, *threshold, *min, *max; in process_frame() local
158 static void threshold8(const uint8_t *in, const uint8_t *threshold, in threshold8()
190 const uint16_t *threshold = (const uint16_t *)tthreshold; in threshold16() local
250 AVFilterLink *threshold = ctx->inputs[1]; in config_output() local
Dvf_maskedthreshold.c33 int threshold; member
85 static void threshold8(const uint8_t *src, const uint8_t *ref, uint8_t *dst, int threshold, int w) in threshold8()
91 static void threshold16(const uint8_t *ssrc, const uint8_t *rref, uint8_t *ddst, int threshold, int… in threshold16()
133 const int threshold = s->threshold; in threshold_slice() local
/third_party/vk-gl-cts/framework/common/
DtcuImageCompare.cpp91 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in findNumPositionDeviationFailingPixels()
217 …tPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMo… in fuzzyCompare()
286 …char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMo… in fuzzyCompare()
488 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in floatUlpThresholdCompare()
574 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare()
661 …esc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare()
744 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in intThresholdCompare()
841 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const float threshold, CompareLo… in dsThresholdCompare()
951 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in intThresholdPositionDeviationCompare()
1030 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in intThresholdPositionDeviationErrorThresholdCompare()
[all …]
DtcuBilinearImageCompare.cpp114 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const RGBA threshold, int x, int… in comparePixelRGBA8()
191 …ce, const ConstPixelBufferAccess& result, const PixelBufferAccess& errorMask, const RGBA threshold) in bilinearCompareRGBA8()
219 …ce, const ConstPixelBufferAccess& result, const PixelBufferAccess& errorMask, const RGBA threshold) in bilinearCompare()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dsolarize_op.h33 …explicit SolarizeOp(std::vector<uint8_t> threshold = {0, 255}) : threshold_(std::move(threshold)) … in threshold_()
Drandom_solarize_op.h35 explicit RandomSolarizeOp(std::vector<uint8_t> threshold = {0, 255}) : threshold_(threshold) { in threshold_() argument
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderFragDataTests.cpp82 …olor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold) in compareSingleColor()
219 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local
336 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu… in iterate() local
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_speedup.py31 def speedup(new, old, threshold=_DEFAULT_THRESHOLD): argument
/third_party/boost/libs/graph/example/
Dactor_clustering.cpp112 double threshold, const ActorGraph& g, bool normalize) in actor_clustering_threshold()
134 double threshold = -1.0; in main() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderFragDataTests.cpp64 …olor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold) in compareSingleColor()
201 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local
/third_party/boost/boost/gil/image_processing/
Dthreshold.hpp86 threshold, ///< \todo TODO enumerator
288 std::size_t weight_back = 0, weight_fore = 0, threshold = 0; in otsu_impl() local
436 … [max_value, constant](source_channel_t px, source_channel_t threshold) -> result_channel_t in threshold_adaptive()
437 { return px > (threshold - constant) ? 0 : max_value; }); in threshold_adaptive()
/third_party/mindspore/tests/ut/python/dataset/
Dtest_random_solarize_op.py32 def test_random_solarize_op(threshold=(10, 150), plot=False, run_golden=True): argument
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiodynamic.c369 gdouble val, threshold = filter->threshold; in gst_audio_dynamic_transform_hard_knee_compressor_float() local
444 gdouble threshold = filter->threshold; in gst_audio_dynamic_transform_soft_knee_compressor_float() local
539 gdouble val, threshold = filter->threshold, zero; in gst_audio_dynamic_transform_hard_knee_expander_float() local
636 gdouble threshold = filter->threshold; in gst_audio_dynamic_transform_soft_knee_expander_float() local
/third_party/iptables/include/linux/netfilter/
Dxt_NFLOG.h18 __u16 threshold; member

12345678910>>...16