Home
last modified time | relevance | path

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

12345678910>>...15

/third_party/unity/src/
Dunity.h169 #define TEST_ASSERT_NOT_EQUAL_INT(threshold, actual) … argument
170 #define TEST_ASSERT_NOT_EQUAL_INT8(threshold, actual) … argument
171 #define TEST_ASSERT_NOT_EQUAL_INT16(threshold, actual) … argument
172 #define TEST_ASSERT_NOT_EQUAL_INT32(threshold, actual) … argument
173 #define TEST_ASSERT_NOT_EQUAL_INT64(threshold, actual) … argument
174 #define TEST_ASSERT_NOT_EQUAL_UINT(threshold, actual) … argument
175 #define TEST_ASSERT_NOT_EQUAL_UINT8(threshold, actual) … argument
176 #define TEST_ASSERT_NOT_EQUAL_UINT16(threshold, actual) … argument
177 #define TEST_ASSERT_NOT_EQUAL_UINT32(threshold, actual) … argument
178 #define TEST_ASSERT_NOT_EQUAL_UINT64(threshold, actual) … argument
[all …]
Dunity_internals.h897 #define UNITY_TEST_ASSERT_NOT_EQUAL_INT(threshold, actual, line, message) Un… argument
898 #define UNITY_TEST_ASSERT_NOT_EQUAL_INT8(threshold, actual, line, message) Un… argument
899 #define UNITY_TEST_ASSERT_NOT_EQUAL_INT16(threshold, actual, line, message) Un… argument
900 #define UNITY_TEST_ASSERT_NOT_EQUAL_INT32(threshold, actual, line, message) Un… argument
901 #define UNITY_TEST_ASSERT_NOT_EQUAL_UINT(threshold, actual, line, message) Un… argument
902 #define UNITY_TEST_ASSERT_NOT_EQUAL_UINT8(threshold, actual, line, message) Un… argument
903 #define UNITY_TEST_ASSERT_NOT_EQUAL_UINT16(threshold, actual, line, message) Un… argument
904 #define UNITY_TEST_ASSERT_NOT_EQUAL_UINT32(threshold, actual, line, message) Un… argument
905 #define UNITY_TEST_ASSERT_NOT_EQUAL_HEX8(threshold, actual, line, message) Un… argument
906 #define UNITY_TEST_ASSERT_NOT_EQUAL_HEX16(threshold, actual, line, message) Un… argument
[all …]
/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/ffmpeg/libavfilter/
Dvf_neighbor.c42 int threshold[4]; member
77 int threshold, const uint8_t *coordinates[], int coord, in erosion()
98 int threshold, const uint8_t *coordinates[], int coord, in erosion16()
120 int threshold, const uint8_t *coordinates[], int coord, in dilation()
141 int threshold, const uint8_t *coordinates[], int coord, in dilation16()
163 int threshold, const uint8_t *coordinates[], int coord, in deflate()
179 int threshold, const uint8_t *coordinates[], int coord, in deflate16()
196 int threshold, const uint8_t *coordinates[], int coord, in inflate()
212 int threshold, const uint8_t *coordinates[], int coord, in inflate16()
267 const int threshold = s->threshold[plane]; in filter_slice() local
Dvf_threshold_init.h31 static void threshold8(const uint8_t *in, const uint8_t *threshold, in threshold8()
60 const uint16_t *threshold = (const uint16_t *)tthreshold; in threshold16() local
Dvf_threshold.c71 AVFrame *threshold; member
83 AVFrame *threshold = td->threshold; in filter_slice() local
120 AVFrame *out, *in, *threshold, *min, *max; in process_frame() local
181 AVFilterLink *threshold = ctx->inputs[1]; in config_output() local
Dvf_maskedthreshold.c33 int threshold; member
80 static void threshold8(const uint8_t *src, const uint8_t *ref, uint8_t *dst, int threshold, int w) in threshold8()
86 static void threshold16(const uint8_t *ssrc, const uint8_t *rref, uint8_t *ddst, int threshold, int… in threshold16()
128 const int threshold = s->threshold; in threshold_slice() local
Dvf_vaguedenoiser.c38 float threshold; member
332 const int stride, const float threshold, in hard_thresholding()
348 const float threshold, const float percent) in soft_thresholding()
367 const int stride, const float threshold, in qian_thresholding()
390 const int stride, const float threshold) in bayes_threshold()
473 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()
381 …char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMo… in fuzzyCompare()
583 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in floatUlpThresholdCompare()
669 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare()
759 …nce, const ConstPixelBufferAccess& result, const Vec4& ignorekey, const Vec4& threshold, CompareLo… in floatThresholdCompare()
850 …esc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLo… in floatThresholdCompare()
936 …elBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLo… in intThresholdCompare()
1043 …xelBufferAccess& reference, const ConstPixelBufferAccess& result, const float threshold, CompareLo… in dsThresholdCompare()
1153 …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/node/deps/npm/node_modules/@tufjs/models/dist/
Drole.js62 threshold, property
152 threshold, property
292 threshold, property
/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
Des3fTextureFormatTests.cpp185 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local
380 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in testFace() local
547 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in testLayer() local
704 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in testSlice() local
851 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local
1002 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in testFace() local
1121 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() local
1233 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in testFace() 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberFormatterSettings.java507 public T threshold(Long threshold) { in threshold() method in NumberFormatterSettings
/third_party/libinput/src/
Dfilter-touchpad.c53 double threshold; /* mm/s */ member
197 const double threshold = accel_filter->threshold; /* mm/s */ in touchpad_accel_profile_linear() local
Dfilter-low-dpi.c56 double threshold; /* units/us */ member
83 double threshold = accel_filter->threshold; /* units/us */ in pointer_accel_profile_linear_low_dpi() local
Dfilter-mouse.c56 double threshold; /* 1000dpi units/us */ member
205 const double threshold = accel_filter->threshold; /* 1000dpi units/us */ in pointer_accel_profile_linear() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberFormatterSettings.java616 public T threshold(Long threshold) { in threshold() method in NumberFormatterSettings
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DMacroProps.java39 public Long threshold; // not in API; controls internal self-regulation threshold field in MacroProps
/third_party/node/doc/api_assets/
Dapi.js122 { threshold: [1] }, property
/third_party/node/doc/api/assets/
Dapi.js122 { threshold: [1] }, property

12345678910>>...15