HomeSort by relevance Sort by last modified time
    Searched refs:histogram (Results 126 - 150 of 177) sorted by null

1 2 3 4 56 7 8

  /external/ImageMagick/MagickCore/
statistic.c 2034 *histogram; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTests.cpp 438 std::map<deUint32, deUint32> histogram; // map<pixel value, number of occurrences> local
445 if (histogram.find(pixelValue) != histogram.end())
446 histogram[pixelValue]++;
448 histogram[pixelValue] = 1;
451 return (deUint32)histogram.size();
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ValidateNotificationPeople.java 258 MetricsLogger.histogram(mBaseContext, "validate_people_cache_latency",
480 MetricsLogger.histogram(mBaseContext, "validate_people_lookup_latency",
NotificationUsageStats.java 183 MetricsLogger.histogram(mContext, "note_dismiss_longevity",
195 MetricsLogger.histogram(mContext, "note_click_longevity",
    [all...]
  /frameworks/base/services/core/java/com/android/server/
GestureLauncherService.java 279 MetricsLogger.histogram(mContext, "power_double_tap_interval", (int) doubleTapInterval);
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamController.java 204 MetricsLogger.histogram(mContext,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ReduceTest.java 420 private long[] histogram(final byte[] inputArray) { method in class:ReduceTest
442 final long[] javaRslt = histogram(inputArray);
448 assertEquals("histogram[" + i + "]", javaRslt[i], rsRslt[i]);
455 long[] hsg = histogram(inputArray);
reduce.rs 383 #pragma rs reduce(histogram) \
387 typedef uint32_t Histogram[BUCKETS];
389 static void hsgAccum(Histogram *h, uchar in) { ++(*h)[in]; }
391 static void hsgCombine(Histogram *accum, const Histogram *addend) {
400 static void modeOutConvert(int2 *result, const Histogram *h) {
  /external/opencv3/3rdparty/libwebp/enc/
vp8l.c 325 int histogram[CODE_LENGTH_CODES] = { 0 }; local
328 ++histogram[tokens[i].code];
331 if (!VP8LCreateHuffmanTree(histogram, 7, &huffman_code)) {
487 // Build histogram image and symbols from backward references.
490 // Create Huffman bit lengths and codes for each histogram image.
552 // Build histogram image and symbols from backward references.
559 // Create Huffman bit lengths and codes for each histogram image.
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp 430 static bool isFit( const Mat& histogram, const Size imageSize )
433 && histogram.total() >= 8*8*8 );
552 static bool isFit( const Mat& histogram, const Size imageSize )
554 return ( histogram.total() >= 8
637 static bool isFit( const Mat& histogram, const Size imageSize )
639 return ( (histogram.total() > 4*4 && histogram.total() <= 116*116
641 || (histogram.total() > 116*116 && imageSize.width * imageSize.height >= 1280*720) );
710 static bool isFit( const Mat& histogram, const Size imageSize )
712 return ( histogram.total() >= 128*128*12
    [all...]
  /external/autotest/frontend/tko/
graphing_utils.py 153 Table View drilldown of a histogram bucket
645 Get all the hostnames that constitute a particular bucket in the histogram.
657 Create a machine qualification histogram of the given data.
741 # Get the hostnames for each bucket in the histogram
  /external/blktrace/btt/doc/
btt.tex 404 \item[Q2D Histogram] A display of histogram buckets for the Q to D times
410 ==================== Q2D Histogram ====================
436 \item[\emph{file}\_qhist.dat] Provides histogram data for the size of
439 \item[\emph{file}\_dhist.dat] Provides histogram data for the size
471 \item[unplug histogram details] A data file per device containing
472 histogram output for the amount of IOs released at unplug time.
552 \newpage\section{\label{sec:hist}Histogram Data Files}
554 The histogram data files provide information concerning incoming and
555 outgoing IO sizes (in blocks). For simplicity, the histogram bucket
    [all...]
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
NekoLand.java 90 MetricsLogger.histogram(this, "egg_neko_visit_gallery", numCats);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
page_test_results_unittest.py 14 from telemetry.value import histogram namespace
194 lambda: results.AddValue(histogram.HistogramValue(
  /system/connectivity/shill/wifi/
wifi_service.cc 472 string histogram = metrics()->GetFullMetricName( local
476 histogram,
    [all...]
  /external/webp/src/enc/
vp8l.c 19 #include "./histogram.h"
31 // Maximum number of histogram images (sub-blocks).
231 // Allocate histogram set with cache_bits = 0.
316 // Let's check if the histogram of the chosen entropy mode has
574 uint32_t histogram[CODE_LENGTH_CODES] = { 0 }; local
578 ++histogram[tokens[i].code];
581 VP8LCreateHuffmanTree(histogram, 7, buf_rle, huff_tree, &huffman_code);
776 // Build histogram image and symbols from backward references.
779 // Create Huffman bit lengths and codes for each histogram image.
878 // Build histogram image and symbols from backward references
    [all...]
  /external/mesa3d/src/mesa/
sources.mak 54 $(SRCDIR)main/histogram.c \
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 581 MetricsLogger.histogram(tv.getContext(), "overview_task_dismissed_source",
TaskViewHeader.java 602 MetricsLogger.histogram(getContext(), "overview_task_dismissed_source",
  /frameworks/base/services/retaildemo/java/com/android/server/retaildemo/
RetailDemoModeService.java 385 MetricsLogger.histogram(getContext(), DEMO_SESSION_DURATION, sessionDuration);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 596 MetricsLogger.histogram(getContext(), "egg_mland_players", N);
724 MetricsLogger.histogram(getContext(), "egg_mland_score", p.getScore());
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
UserController.java 244 MetricsLogger.histogram(mService.mContext, "framework_locked_boot_completed",
419 MetricsLogger.histogram(mService.mContext, "framework_boot_completed", uptimeSeconds);
    [all...]
  /external/libpng/
pngrtran.c 399 * allowed, and a histogram if possible. If the current number
417 int num_palette, int maximum_colors, png_const_uint_16p histogram,
439 if (histogram != NULL)
470 if (histogram[png_ptr->quantize_sort[j]]
471 < histogram[png_ptr->quantize_sort[j + 1]])
    [all...]
  /external/opencv3/3rdparty/libpng/
pngrtran.c 364 * allowed, and a histogram if possible. If the current number
382 int num_palette, int maximum_colors, png_const_uint_16p histogram,
404 if (histogram != NULL)
435 if (histogram[png_ptr->quantize_sort[j]]
436 < histogram[png_ptr->quantize_sort[j + 1]])
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngrtran.c 394 * allowed, and a histogram if possible. If the current number
412 int num_palette, int maximum_colors, png_const_uint_16p histogram,
434 if (histogram != NULL)
465 if (histogram[png_ptr->quantize_sort[j]]
466 < histogram[png_ptr->quantize_sort[j + 1]])
    [all...]

Completed in 976 milliseconds

1 2 3 4 56 7 8