Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 392) 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/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/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/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
Dvf_vaguedenoiser.c38 float threshold; member
339 const int stride, const float threshold, in hard_thresholding()
355 const float threshold, const float percent) in soft_thresholding()
374 const int stride, const float threshold, in qian_thresholding()
397 const int stride, const float threshold) in bayes_threshold()
480 float threshold; in filter() local
Dthreshold.h37 void (*threshold)(const uint8_t *in, const uint8_t *threshold, member
/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()
664 …nce, const ConstPixelBufferAccess& result, const Vec4& ignorekey, const Vec4& threshold, CompareLo… in floatThresholdCompare()
755 …esc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare()
838 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in intThresholdCompare()
935 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const float threshold, CompareLo… in dsThresholdCompare()
1045 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu… in intThresholdPositionDeviationCompare()
[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/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/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
Des2fTextureFormatTests.cpp145 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local
321 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in testFace() local
455 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local
567 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in testFace() local
/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/gstreamer/gstplugins_bad/gst/gaudieffects/
Dgstsolarize.c249 gint video_size, threshold, start, end; in gst_solarize_transform_frame() local
288 gint threshold, gint start, gint end) in transform()
Dgstsolarize.h75 gint threshold, start, end; member
/third_party/gstreamer/gstplugins_bad/gst/removesilence/
Dvad_private.c62 guint64 threshold; member
67 vad_new (guint64 hysteresis, gint threshold) in vad_new()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberFormatterSettings.java507 public T threshold(Long threshold) { in threshold() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberFormatterSettings.java598 public T threshold(Long threshold) { in threshold() argument
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafangles.c212 FT_Pos threshold ) in af_sort_and_quantize_widths()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dsmokecodec.c51 unsigned int threshold; member
254 smokecodec_set_threshold (SmokeCodecInfo * info, const unsigned int threshold) in smokecodec_set_threshold()
262 smokecodec_get_threshold (SmokeCodecInfo * info, unsigned int *threshold) in smokecodec_get_threshold()
392 unsigned int threshold; in smokecodec_encode() local

12345678910>>...16