Home
last modified time | relevance | path

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

12345678910>>...19

/external/ComputeLibrary/tests/validation/fixtures/
DFastCornersFixture.h59 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()
DThresholdFixture.h45 …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()
DHOGMultiDetectionFixture.h74 const float threshold = 0.f; in setup() local
117float threshold, bool non_max_suppression, float min_distance) in compute_target()
175float threshold, bool non_max_suppression, float min_distance) in compute_reference()
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dobject_detection_average_precision_stage.cc100 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/
DCompareUtils.java9 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/
DThreshold.cpp35 SimpleTensor<T> threshold(const SimpleTensor<T> &src, T threshold, T false_value, T true_value, Thr… in threshold() function
DNonMaxSuppression.cpp86 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/
DColorCountVerifier.java24 private int threshold; field in ColorCountVerifier
26 public ColorCountVerifier(int color, int count, int threshold) { in ColorCountVerifier()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLHOGDetector.cpp42 …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()
DCLFastCorners.cpp59 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()
DCLHarrisCorners.cpp68 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/
Dthreshold.c412 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/
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()
/external/libcups/tools/
Ddither.h2 const unsigned char threshold[64][64] = variable
/external/ComputeLibrary/src/core/CL/kernels/
DCLHOGDetectorKernel.cpp44 float threshold, uint16_t idx_class) in configure()
51 float threshold, uint16_t idx_class) in configure()
DCLFastCornersKernel.cpp49 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/
Dlimiter.cpp113 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/
Daudio_analysis.py239 threshold=PATTERN_MATCHING_THRESHOLD): argument
312 def _moving_pattern_matching(golden_signal, test_signal, threshold): argument
/external/deqp/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
/external/tensorflow/tensorflow/core/kernels/
Droll_op.cc83 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/
DBarrier.java36 protected int threshold; field in Barrier
/external/deqp/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
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DAppenderSkeleton.java31 public void setThreshold(Priority threshold) { in setThreshold()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEHOGDetector.cpp33 …ndowArray *detection_windows, const Size2D &detection_window_stride, float threshold, size_t idx_c… in configure()

12345678910>>...19