HomeSort by relevance Sort by last modified time
    Searched full:metrictype (Results 1 - 21 of 21) sorted by null

  /external/ImageMagick/MagickCore/
compare.h 40 } MetricType;
43 *GetImageDistortions(Image *,const Image *,const MetricType,ExceptionInfo *);
46 *CompareImages(Image *,const Image *,const MetricType,double *,
48 *SimilarityImage(const Image *,const Image *,const MetricType,const double,
52 GetImageDistortion(Image *,const Image *,const MetricType,double *,
compare.c 94 % const MetricType metric,double *distortion,ExceptionInfo *exception)
130 const MetricType metric,double *distortion,ExceptionInfo *exception)
332 % const Image *reconstruct_image,const MetricType metric,
    [all...]
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
SuggestionEventStore.java 84 * @param metricType Type of the queried metric (one of {@link #METRICS}).
87 public long readMetric(String suggestionId, String eventType, String metricType) {
91 } else if (!METRICS.contains(metricType)) {
92 Log.w(TAG, "Required stat type + " + metricType + " is not a valid stat!");
95 return readPref(getPrefKey(suggestionId, eventType, metricType), (long) 0);
  /external/skia/src/pdf/
SkPDFMakeCIDGlyphWidthsArray.cpp 22 enum MetricType {
27 MetricType fType;
91 AdvanceMetric::MetricType type) {
  /external/skqp/src/pdf/
SkPDFMakeCIDGlyphWidthsArray.cpp 22 enum MetricType {
27 MetricType fType;
91 AdvanceMetric::MetricType type) {
  /external/ImageMagick/MagickWand/
magick-image.h 55 const MetricType),
164 MagickGetImageDistortion(MagickWand *,const MagickWand *,const MetricType,
339 *MagickCompareImages(MagickWand *,const MagickWand *,const MetricType,
355 *MagickSimilarityImage(MagickWand *,const MagickWand *,const MetricType,
compare.c 241 MetricType
725 metric=(MetricType) type;
    [all...]
operation.c     [all...]
magick-image.c     [all...]
mogrify.c     [all...]
  /external/ImageMagick/www/api/
compare.php 65 const MetricType metric,double *distortion,ExceptionInfo *exception)
104 const Image *reconstruct_image,const MetricType metric,
144 const Image *reconstruct_image,const MetricType metric,
215 const MetricType metric,const double similarity_threshold,
magick-image.html     [all...]
magick-image.php     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/
aws-java-sdk-cloudwatchmetrics-1.11.18.jar 
  /frameworks/support/compat/src/main/java/androidx/core/app/
FrameMetricsAggregator.java 194 public @interface MetricType {}
215 public FrameMetricsAggregator(@MetricType int metricTypeFlags) {
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 748 double compare(const Image &reference_,const MetricType metric_);
751 const MetricType metric_ );
755 Image compare(const Image &reference_,const MetricType metric_,
758 const MetricType metric_,double *distortion);
    [all...]
Include.h 823 using MagickCore::MetricType;
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp     [all...]
  /external/ImageMagick/ImageMagick/api/
magick-image.html     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 638 milliseconds