/external/ComputeLibrary/tests/validation/fixtures/ |
D | FastCornersFixture.h | 59 const float threshold = real_dist(gen); in setup() local 73 …unc, TensorType &src, ArrayType &corners, unsigned int *num_corners, float threshold, bool suppres… in configure_target() 79 …unc, TensorType &src, ArrayType &corners, unsigned int *num_corners, float threshold, bool suppres… in configure_target() 85 …ArrayType compute_target(const std::string &image, Format format, float threshold, bool suppress_n… in compute_target() 117 …KeyPoint> compute_reference(const std::string &image, Format format, float threshold, bool suppres… in compute_reference()
|
D | ThresholdFixture.h | 45 …void setup(TensorShape shape, uint8_t threshold, uint8_t false_value, uint8_t true_value, Threshol… in setup() 59 uint8_t threshold, uint8_t false_value, uint8_t true_value, in compute_target() 89 uint8_t threshold, uint8_t false_value, uint8_t true_value, in compute_reference()
|
D | HOGMultiDetectionFixture.h | 74 const float threshold = 0.f; in setup() local 117 … float threshold, bool non_max_suppression, float min_distance) in compute_target() 175 … float threshold, bool non_max_suppression, float min_distance) in compute_reference()
|
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
D | object_detection_average_precision_stage.cc | 100 float threshold = 0.5; in LatestMetrics() local 105 for (auto& threshold : ap_params.iou_thresholds()) { in LatestMetrics() local 115 for (float threshold : iou_thresholds) { in LatestMetrics() local
|
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/testing/util/ |
D | CompareUtils.java | 9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold() 22 public static boolean verifyPixelGrayScale(int color, int threshold) { in verifyPixelGrayScale()
|
/external/ComputeLibrary/tests/validation/reference/ |
D | Threshold.cpp | 35 SimpleTensor<T> threshold(const SimpleTensor<T> &src, T threshold, T false_value, T true_value, Thr… in threshold() function
|
D | NonMaxSuppression.cpp | 86 inline bool reject_box(Box b0, Box b1, float threshold) in reject_box() 105 inline std::vector<CandidateBox> get_candidates(const SimpleTensor<float> &scores, float threshold) in get_candidates() 123 …idateBox &cb, const SimpleTensor<float> &bboxes, std::vector<int> &selected_boxes, float threshold) in is_box_selected()
|
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/testing/bitmapverifiers/ |
D | ColorCountVerifier.java | 24 private int threshold; field in ColorCountVerifier 26 public ColorCountVerifier(int color, int count, int threshold) { in ColorCountVerifier()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLHOGDetector.cpp | 42 …ndowArray *detection_windows, const Size2D &detection_window_stride, float threshold, size_t idx_c… in configure() 48 float threshold, size_t idx_class) in configure()
|
D | CLFastCorners.cpp | 59 void CLFastCorners::configure(const ICLImage *input, float threshold, bool nonmax_suppression, ICLK… in configure() 65 …gure(const CLCompileContext &compile_context, const ICLImage *input, float threshold, bool nonmax_… in configure()
|
D | CLHarrisCorners.cpp | 68 void CLHarrisCorners::configure(ICLImage *input, float threshold, float min_dist, in configure() 75 …:configure(const CLCompileContext &compile_context, ICLImage *input, float threshold, float min_di… in configure()
|
/external/ImageMagick/MagickCore/ |
D | threshold.c | 412 threshold; in KapurThreshold() local 502 threshold; in OTSUThreshold() local 595 threshold; in TriangleThreshold() local 675 threshold; in AutoThresholdImage() local 807 MagickExport MagickBooleanType BilevelImage(Image *image,const double threshold, in BilevelImage() 947 threshold; in BlackThresholdImage() local 1545 *threshold, in GetThresholdMapFile() local 1739 *threshold, in ListThresholdMapFile() local 2008 threshold; in OrderedDitherImage() local 2243 threshold; in RandomThresholdImage() local [all …]
|
/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 91 …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 …]
|
D | tcuBilinearImageCompare.cpp | 114 …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()
|
/external/libcups/tools/ |
D | dither.h | 2 const unsigned char threshold[64][64] = variable
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLHOGDetectorKernel.cpp | 44 float threshold, uint16_t idx_class) in configure() 51 float threshold, uint16_t idx_class) in configure()
|
D | CLFastCornersKernel.cpp | 49 void CLFastCornersKernel::configure(const ICLImage *input, ICLImage *output, float threshold, bool … in configure() 54 …leContext &compile_context, const ICLImage *input, ICLImage *output, float threshold, bool non_max… in configure()
|
/external/aac/libPCMutils/src/ |
D | limiter.cpp | 113 FIXP_DBL threshold, unsigned int maxChannels, in pcmLimiter_Create() 183 FIXP_DBL threshold = limiter->threshold >> scaling; in pcmLimiter_Apply() local 361 FIXP_DBL threshold) { in pcmLimiter_SetThreshold()
|
/external/autotest/client/cros/audio/ |
D | audio_analysis.py | 239 threshold=PATTERN_MATCHING_THRESHOLD): argument 312 def _moving_pattern_matching(golden_signal, test_signal, threshold): argument
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderFragDataTests.cpp | 82 …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
|
/external/tensorflow/tensorflow/core/kernels/ |
D | roll_op.cc | 83 gtl::InlinedVector<int32, 4> threshold(num_dims); in Compute() local 123 const T* input, T* output, const gtl::ArraySlice<int32> threshold, in DoRoll() 187 T* output, const gtl::ArraySlice<int32> threshold, in DoRollWithMemcpy()
|
/external/antlr/tool/src/main/java/org/antlr/misc/ |
D | Barrier.java | 36 protected int threshold; field in Barrier
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderFragDataTests.cpp | 64 …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
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
D | AppenderSkeleton.java | 31 public void setThreshold(Priority threshold) { in setThreshold()
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEHOGDetector.cpp | 33 …ndowArray *detection_windows, const Size2D &detection_window_stride, float threshold, size_t idx_c… in configure()
|