HomeSort by relevance Sort by last modified time
    Searched refs:Histogram (Results 51 - 72 of 72) sorted by null

1 23

  /system/update_engine/scripts/update_payload/
checker.py 27 import histogram
    [all...]
  /external/brotli/enc/
cluster_inc.h 10 #define HistogramType FN(Histogram)
82 /* We maintain a vector of histogram pairs, with the property that the pair
145 /* Push new pairs formed with the combined histogram to the heap. */
154 /* What is the bit cost of moving histogram from cur_symbol to candidate. */
156 const HistogramType* histogram, const HistogramType* candidate) CODE({
157 if (histogram->total_count_ == 0) {
160 HistogramType tmp = *histogram;
166 /* Find the best 'out' histogram for each of the 'in' histograms.
290 /* For the second pass, we limit the total number of histogram pairs.
block_splitter_inc.h 10 #define HistogramType FN(Histogram)
  /external/libchrome/base/metrics/
sample_vector_unittest.cc 14 #include "base/metrics/histogram.h"
123 Histogram::InitializeBucketRanges(1, 64, &ranges);
140 // Note, this is not a valid BucketRanges for Histogram because it does not
persistent_histogram_allocator.cc 16 #include "base/metrics/histogram.h"
29 // Name of histogram for storing results of local operations.
38 kTypeIdHistogram = 0xF1645910 + 2, // SHA1(Histogram) v2
74 // Calculate the number of bytes required to store all of a histogram's
162 // The sample-record could be for any sparse histogram. Add the reference
238 // Space for the histogram name will be added during the actual allocation
268 // Unfortunately, the histogram "pickle" methods cannot be used as part of
303 // Create the metadata necessary for a persistent sparse histogram. This
361 // Create the histogram using resources in persistent memory. This ends up
365 // correct before commiting the new histogram to persistent space
366 std::unique_ptr<HistogramBase> histogram = CreateHistogram(histogram_data); local
512 std::unique_ptr<HistogramBase> histogram = local
579 std::unique_ptr<HistogramBase> histogram; local
858 std::unique_ptr<HistogramBase> histogram = local
    [all...]
persistent_memory_allocator.cc 403 allocs_histogram_ = Histogram::FactoryGet(
    [all...]
  /frameworks/av/media/libnbaio/
PerformanceAnalysis.cpp 77 // buckets the time intervals into a histogram, searches for
88 // 3) compute its histogram, append to mRecentHists and clear the time series
100 // forces short-term histogram storage to avoid adding idle audio time interval
115 // is enough data. Then, write to recentHists as a histogram.
124 // When the short-term histogram array mRecentHists has reached capacity,
128 // start a new histogram when a peak occurs
132 Histogram buckets;
137 // add the current histogram (buckets) to the long-term histogram buffer,
138 // clear buckets, and start a new long-term histogram aggregation process
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.h 329 Histogram<uint64_t> rb_slow_path_time_histogram_ GUARDED_BY(rb_slow_path_histogram_lock_);
concurrent_copying.cc 21 #include "base/histogram-inl.h"
96 rb_slow_path_histogram_lock_("Read barrier histogram lock"),
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 103 HISTOGRAM ("Histogram"),
365 case HISTOGRAM:
366 mTest = new 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...]
  /external/opencv/cv/src/
cvsmooth.cpp 537 * This structure represents a two-tier histogram. The first tier (known as the
550 } Histogram;
553 * HOP is short for Histogram OPeration. This macro makes an operation \a op on
554 * histogram \a h for pixel value \a x. It takes care of handling both levels.
606 * Subtracts histogram \a x from \a y and stores the result in \a y. Makes use
656 Histogram H[4];
744 /* Update corresponding histogram segment */
    [all...]
  /art/runtime/gc/
heap.h     [all...]
  /art/runtime/
thread_list.cc 30 #include "base/histogram-inl.h"
77 suspend_all_historam_("suspend all histogram", 16, 64),
149 Histogram<uint64_t>::CumulativeData data;
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 933 { "glHistogram", _O(Histogram) },
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winioctl.h 779 PHISTOGRAM_BUCKET Histogram;
    [all...]
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 1281 milliseconds

1 23