HomeSort by relevance Sort by last modified time
    Searched defs:histogram (Results 26 - 50 of 69) sorted by null

12 3

  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_reduce_backward.java 238 private long[] histogram(RenderScript RS, final byte[] inputArray) { method in class:UT_reduce_backward
257 private boolean histogram(RenderScript RS, ScriptC_reduce_backward s) { method in class:UT_reduce_backward
260 final long[] javaRslt = histogram(RS, inputArray);
268 "histogram[" + i + "]: java " + javaRslt[i] + ", rs " + rsRslt[i] + ": FAILED");
273 Log.i(TAG, "histogram: PASSED");
280 long[] hsg = histogram(RS, inputArray);
312 pass &= histogram(pRS, s);
  /external/ImageMagick/MagickCore/
histogram.c 13 % MagickCore Histogram Methods %
50 #include "MagickCore/histogram.h"
336 % o histogram: the image histogram.
340 PixelInfo **histogram)
354 DefineImageHistogram(image,node_info->child[i],histogram);
363 **histogram=(*p);
364 (*histogram)++;
527 % o file: Write a histogram of the color distribution to this file handle.
536 *histogram;
526 *histogram; local
1008 *histogram; local
    [all...]
segment.c 48 % o Build a histogram, one for each color component of the image.
50 % o For each histogram, successively apply the scale-space filter and
53 % determine which peaks and valleys in the histogram are most
56 % o The fingerprint defines intervals on the axis of the histogram.
64 % assigned to one of the classes discovered in the histogram analysis
176 histogram[256];
237 % represent the peaks and valleys of the histogram for each color
817 % represent the peaks and valleys of the histogram for each color
863 % DerivativeHistogram() determines the derivative of the histogram using
868 % DerivativeHistogram(const double *histogram,
173 histogram[256]; member in struct:_ZeroCrossing
964 *histogram[MaxDimension], local
1795 *histogram[MaxDimension]; local
    [all...]
enhance.c 63 #include "MagickCore/histogram.h"
275 % color gradient in the CLUT image, or to perform a freeform histogram
283 % a histogram adjustment of existing alpha channel values. If both images
1027 *histogram, local
1509 *histogram, local
2837 *histogram, local
    [all...]
statistic.c 2034 *histogram; local
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
StatisticsTool.java 390 int[] histogram = new int[file_count]; local
403 // find highest score, update histogram for that checker
404 // show checker histogram
424 histogram[bestFit] += 1;
431 System.out.println(" " + checkers[c].getLanguage() + ": " + histogram[c]);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
Events.java 116 MetricsLogger.histogram(context, "volume_from_keyguard",
  /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,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 171 private static int updateHistogramCounter(final SparseIntArray histogram, final int key) {
172 final int index = histogram.indexOfKey(key);
173 final int count = (index >= 0 ? histogram.get(key) : 0) + 1;
174 histogram.put(key, count);
  /system/tpm/attestation/server/
attestation_service.cc 869 int histogram[kNumTemporalValues] = {}; local
884 ++histogram[record.temporal_index()];
890 if (histogram[i] < histogram[least_used_index])
893 if (histogram[least_used_index] > 0) {
  /external/libchrome/base/metrics/
histogram.cc 5 // Histogram is an object that aggregates statistics, and can summarize them in
10 #include "base/metrics/histogram.h"
48 DLOG(ERROR) << "Pickle error decoding Histogram: " << *histogram_name;
53 // checks above and beyond those in Histogram::Initialize()
59 DLOG(ERROR) << "Values error decoding Histogram: " << histogram_name;
63 // We use the arguments to find or create the local version of the histogram
71 bool ValidateRangeChecksum(const HistogramBase& histogram,
73 const Histogram& casted_histogram =
74 static_cast<const Histogram&>(histogram);
96 HistogramBase* histogram = StatisticsRecorder::FindHistogram(name); local
390 HistogramBase* histogram = Histogram::FactoryGet( local
597 HistogramBase* histogram = StatisticsRecorder::FindHistogram(name); local
696 HistogramBase* histogram = LinearHistogram::FactoryGet( local
711 HistogramBase* histogram = StatisticsRecorder::FindHistogram(name); local
756 HistogramBase* histogram = BooleanHistogram::FactoryGet( local
775 HistogramBase* histogram = StatisticsRecorder::FindHistogram(name); local
868 HistogramBase* histogram = CustomHistogram::FactoryGet( local
    [all...]
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
NekoLand.java 90 MetricsLogger.histogram(this, "egg_neko_visit_gallery", numCats);
  /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",
  /frameworks/base/services/core/java/com/android/server/pm/
OtaDexoptService.java 381 MetricsLogger.histogram(mContext, "ota_dexopt_available_space_before_mb",
383 MetricsLogger.histogram(mContext, "ota_dexopt_available_space_after_bulk_delete_mb",
385 MetricsLogger.histogram(mContext, "ota_dexopt_available_space_after_dexopt_mb",
388 MetricsLogger.histogram(mContext, "ota_dexopt_num_important_packages",
390 MetricsLogger.histogram(mContext, "ota_dexopt_num_other_packages", otherPackageCount);
392 MetricsLogger.histogram(mContext, "ota_dexopt_num_commands", dexoptCommandCountTotal);
393 MetricsLogger.histogram(mContext, "ota_dexopt_num_commands_executed",
398 MetricsLogger.histogram(mContext, "ota_dexopt_time_s", elapsedTimeSeconds);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
Metrics.java 73 // Indices for bucketing roots in the roots histogram. "Other" is the catch-all index for any
75 // #getSanitizedRootIndex}). Apps are also bucketed in this histogram.
183 // operations in the COUNT_FILEOP_CANCELED histogram.
216 // COUNT_USER_ACTION histogram.
278 // COUNT_MENU_ACTION histogram.
305 // the COUNT_DRAWER_OPENED histogram.
509 String histogram,
513 logHistogram(context, histogram, FILEOP_DELETE);
518 logHistogram(context, histogram, getOpCode(operationType, providerType));
524 // Find the right histogram to log to, then log the operation
525 String histogram = isSystemProvider(authority) ? COUNT_FILEOP_SYSTEM : COUNT_FILEOP_EXTERNAL; local
    [all...]
  /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);
  /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...]
  /frameworks/base/core/java/android/os/
RecoverySystem.java 780 MetricsLogger.histogram(context, "ota_time_total", timeTotal);
783 MetricsLogger.histogram(context, "ota_uncrypt_time", uncryptTime);
786 MetricsLogger.histogram(context, "ota_source_version", sourceVersion);
789 MetricsLogger.histogram(context, "ota_written_in_MiBs", bytesWrittenInMiB);
792 MetricsLogger.histogram(context, "ota_stashed_in_MiBs", bytesStashedInMiB);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivity.java 434 MetricsLogger.histogram(this, "overview_source_app_index", launchTaskIndexInStack);
441 MetricsLogger.histogram(this, "overview_task_count", taskCount);
608 MetricsLogger.histogram(this, "overview_task_dismissed_source",
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
gcov-io.h 141 int64:max int64:sum_max histogram
142 histogram: {int32:bitvector}8 histogram-buckets*
143 histogram-buckets: int32:num int64:min int64:sum
356 /* Structure used for each bucket of the log2 histogram of counter values. */
367 /* For a log2 scale histogram with each range split into 4
375 histogram entries when the histogram is written to the gcov file.
387 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
gcov-io.h 141 int64:max int64:sum_max histogram
142 histogram: {int32:bitvector}8 histogram-buckets*
143 histogram-buckets: int32:num int64:min int64:sum
356 /* Structure used for each bucket of the log2 histogram of counter values. */
367 /* For a log2 scale histogram with each range split into 4
375 histogram entries when the histogram is written to the gcov file.
387 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
gcov-io.h 141 int64:max int64:sum_max histogram
142 histogram: {int32:bitvector}8 histogram-buckets*
143 histogram-buckets: int32:num int64:min int64:sum
356 /* Structure used for each bucket of the log2 histogram of counter values. */
367 /* For a log2 scale histogram with each range split into 4
375 histogram entries when the histogram is written to the gcov file.
387 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
gcov-io.h 141 int64:max int64:sum_max histogram
142 histogram: {int32:bitvector}8 histogram-buckets*
143 histogram-buckets: int32:num int64:min int64:sum
356 /* Structure used for each bucket of the log2 histogram of counter values. */
367 /* For a log2 scale histogram with each range split into 4
375 histogram entries when the histogram is written to the gcov file.
387 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
gcov-io.h 141 int64:max int64:sum_max histogram
142 histogram: {int32:bitvector}8 histogram-buckets*
143 histogram-buckets: int32:num int64:min int64:sum
356 /* Structure used for each bucket of the log2 histogram of counter values. */
367 /* For a log2 scale histogram with each range split into 4
375 histogram entries when the histogram is written to the gcov file.
387 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary
    [all...]

Completed in 2418 milliseconds

12 3