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

1 2 3

  /toolchain/binutils/binutils-2.25/gprof/
hist.h 26 typedef struct histogram
31 int *sample; /* Histogram samples (shorts in the file!). */ typedef in typeref:struct:histogram
32 } histogram;
34 extern histogram * histograms;
47 we have histogram data. Returns 1 if so and 0 otherwise. */
50 /* Given a range of addresses for a symbol, find a histogram record
52 histogram record, modifying *P_LOWPC and *P_HIGHPC.
25 typedef struct histogram struct
  /external/ImageMagick/Magick++/tests/
colorHistogram.cpp 45 // Create histogram vector
47 std::map<Color,size_t> histogram; local
49 std::vector<std::pair<Color,size_t> > histogram; local
52 colorHistogram( &histogram, image );
54 // Print out histogram
63 cout << "Histogram for file \"" << image.fileName() << "\"" << endl
64 << histogram.size() << " entries:" << endl;
67 std::map<Color,size_t>::const_iterator p=histogram.begin();
69 std::vector<std::pair<Color,size_t> >::const_iterator p=histogram.begin();
71 while (p != histogram.end()
    [all...]
  /external/libchrome/base/metrics/
histogram_base_unittest.cc 7 #include "base/metrics/histogram.h"
19 // Each test will have a clean state (no Histogram / BucketRanges
37 HistogramBase* histogram = Histogram::FactoryGet( local
43 ASSERT_TRUE(histogram->SerializeInfo(&pickle));
47 EXPECT_EQ(histogram, deserialized);
54 EXPECT_NE(histogram, deserialized);
63 HistogramBase* histogram = LinearHistogram::FactoryGet( local
68 ASSERT_TRUE(histogram->SerializeInfo(&pickle));
72 EXPECT_EQ(histogram, deserialized)
86 HistogramBase* histogram = BooleanHistogram::FactoryGet( local
113 HistogramBase* histogram = CustomHistogram::FactoryGet( local
135 HistogramBase* histogram = SparseHistogram::FactoryGet( local
    [all...]
histogram_unittest.cc 5 #include "base/metrics/histogram.h"
30 // Each test will have a clean state (no Histogram / BucketRanges
52 HistogramBase* histogram = Histogram::FactoryGet( local
54 EXPECT_TRUE(histogram);
79 HistogramBase* histogram = LinearHistogram::FactoryGet( local
82 scoped_ptr<HistogramSamples> samples = histogram->SnapshotSamples();
90 Histogram::InitializeBucketRanges(1, 64, &ranges);
99 // Check the corresponding Histogram will use the correct ranges.
100 Histogram* histogram = static_cast<Histogram*> local
141 Histogram* histogram = static_cast<Histogram*>( local
179 Histogram* histogram = static_cast<Histogram*>( local
228 Histogram* histogram = static_cast<Histogram*>( local
241 Histogram* histogram = static_cast<Histogram*>( local
265 Histogram* histogram = static_cast<Histogram*>( local
312 Histogram* histogram = static_cast<Histogram*>( local
331 Histogram* histogram = static_cast<Histogram*>( local
358 Histogram* histogram = static_cast<Histogram*>( local
393 Histogram* histogram = static_cast<Histogram*>( local
468 HistogramBase* histogram = Histogram::FactoryGet( local
499 HistogramBase* histogram = Histogram::FactoryGet( local
    [all...]
sparse_histogram.cc 24 HistogramBase* histogram = StatisticsRecorder::FindHistogram(name); local
26 if (!histogram) {
30 histogram =
33 DCHECK_EQ(SPARSE_HISTOGRAM, histogram->GetHistogramType());
34 return histogram;
112 DLOG(ERROR) << "Pickle error decoding Histogram: " << histogram_name;
188 "Histogram: %s recorded %d samples",
statistics_recorder_unittest.cc 23 // Each test will have a clean state (no Histogram / BucketRanges
39 Histogram* CreateHistogram(const std::string& name,
44 Histogram::InitializeBucketRanges(min, max, ranges);
47 return new Histogram(name, min, max, registered_ranges);
50 void DeleteHistogram(HistogramBase* histogram) {
51 delete histogram;
68 Histogram* histogram = CreateHistogram("TestHistogram", 1, 1000, 10); local
71 EXPECT_EQ(histogram,
72 StatisticsRecorder::RegisterOrDeleteDuplicate(histogram));
125 Histogram* histogram = CreateHistogram("TestHistogram", 1, 1000, 10); local
181 HistogramBase* histogram = Histogram::FactoryGet( local
223 HistogramBase* histogram = Histogram::FactoryGet( local
353 HistogramBase* histogram = Histogram::FactoryGet("TestHistogram", 1, 1000, 10, local
380 HistogramBase* histogram = Histogram::FactoryGet("TestHistogram", 1, 1000, 10, local
404 HistogramBase* histogram = Histogram::FactoryGet( local
483 HistogramBase* histogram = Histogram::FactoryGet("TestHistogram", 1, 1000, 10, local
    [all...]
  /external/e2fsprogs/misc/
e2freefrag.h 19 struct free_chunk_histogram histogram; /* histogram of all chunk sizes*/ member in struct:chunk_info
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
histogram.hpp 57 __global__ void histogram(const SrcPtr src, ResType* hist, const MaskPtr mask, const int rows, const int cols) function in namespace:cv::cudev::grid_histogram_detail
94 __host__ void histogram(const SrcPtr& src, ResType* hist, const MaskPtr& mask, int rows, int cols, cudaStream_t stream) function in namespace:cv::cudev::grid_histogram_detail
101 histogram<BIN_COUNT, BLOCK_SIZE><<<grid, block, 0, stream>>>(src, hist, mask, rows, cols);
  /system/core/metricsd/uploader/
bn_metricsd_impl.cc 19 #include <base/metrics/histogram.h>
40 base::HistogramBase* histogram = base::Histogram::FactoryGet( local
42 base::Histogram::kUmaTargetedHistogramFlag);
43 // |histogram| may be null if a client reports two contradicting histograms
46 if (histogram) {
47 histogram->Add(sample);
55 base::HistogramBase* histogram = base::LinearHistogram::FactoryGet( local
57 base::Histogram::kUmaTargetedHistogramFlag);
58 // |histogram| may be null if a client reports two contradicting histogram
68 base::HistogramBase* histogram = base::SparseHistogram::FactoryGet( local
    [all...]
upload_service_test.cc 68 base::HistogramBase* histogram = base::SparseHistogram::FactoryGet( local
69 name, base::Histogram::kUmaTargetedHistogramFlag);
70 histogram->Add(sample);
75 base::HistogramBase* histogram = base::Histogram::FactoryGet( local
76 name, min, max, nbuckets, base::Histogram::kUmaTargetedHistogramFlag);
77 histogram->Add(sample);
  /frameworks/base/core/java/com/android/internal/logging/
MetricsLogger.java 86 /** Increment the bucket with the integer label on the histogram with the given name. */
87 public static void histogram(Context context, String name, int bucket) { method in class:MetricsLogger
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
NekoActivationActivity.java 44 MetricsLogger.histogram(this, "egg_neko_enable", 0);
52 MetricsLogger.histogram(this, "egg_neko_enable", 1);
  /external/ImageMagick/coders/
histogram.c 13 % Write A Histogram Image. %
54 #include "MagickCore/histogram.h"
91 % RegisterHISTOGRAMImage() adds attributes for the Histogram image format
108 entry=AcquireMagickInfo("HISTOGRAM","HISTOGRAM","Histogram of the image");
129 % HISTOGRAM module from the list of supported formats.
138 (void) UnregisterMagickInfo("HISTOGRAM");
153 % WriteHISTOGRAMImage() writes an image to a file in Histogram format.
154 % The image shows a histogram of the color (or gray) values in the image. Th
193 *histogram; local
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/value/
summary_unittest.py 13 from telemetry.value import histogram namespace
362 v0 = histogram.HistogramValue(
370 v1 = histogram.HistogramValue(
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.h 54 float* histogram; member in struct:__anon26591
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
ClusterManager.java 239 // duration, histogram, etc.
259 HashMap<String, Long> histogram = new HashMap<String, Long>(); local
271 histogram.clear();
275 histogram.put(featureValue, Long.valueOf(map.get(featureValue)));
278 cluster.setHistogram(histogram);
302 HashMap<String, Long> histogram = cluster.getHistogram(); local
303 for (Map.Entry<String, Long> entry : histogram.entrySet()) {
  /external/opencv3/modules/imgproc/
opencl_kernels_imgproc.cpp 4527 const struct ProgramEntry histogram={"histogram", member in namespace:cv::ocl::imgproc
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
NewChromaHistogramFilter.java 17 // Extract histogram from image.
19 package androidx.media.filterpacks.histogram;
35 * ChromaHistogramFilter takes in an image in HSVA format and computes a 2-D histogram with a
36 * 2 dimensional chroma histogram based on hue (column) and saturation (row) at the top and
37 * a 1-D value histogram in the last row. The number of bin in the value histogram equals to
65 .addOutputPort("histogram", Signature.PORT_REQUIRED, dataOut)
89 OutputPort outPort = getConnectedOutputPort("histogram");
  /art/runtime/base/
timing_logger.cc 24 #include "base/histogram-inl.h"
95 Histogram<uint64_t>* histogram; local
96 Histogram<uint64_t> dummy(label.c_str());
101 histogram = new Histogram<uint64_t>(label.c_str(), kInitialBucketSize, max_buckets);
102 histograms_.insert(histogram);
104 histogram = *it;
106 histogram->AddValue(delta_time);
111 bool operator()(const Histogram<uint64_t>* a, const Histogram<uint64_t>* b) const
    [all...]
  /external/ImageMagick/MagickCore/
paint.c 655 static size_t **DestroyHistogramThreadSet(size_t **histogram)
660 assert(histogram != (size_t **) NULL);
662 if (histogram[i] != (size_t *) NULL)
663 histogram[i]=(size_t *) RelinquishMagickMemory(histogram[i]);
664 histogram=(size_t **) RelinquishMagickMemory(histogram);
665 return(histogram);
674 **histogram,
678 histogram=(size_t **) AcquireQuantumMemory(number_threads,sizeof(*histogram))
670 **histogram, local
770 *histogram; local
    [all...]
  /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(
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
Checker.java 26 private int[] histogram; field in class:Checker
51 histogram = new int[100];
76 histogram[i] = 0;
171 histogram[ph] += 1;
175 System.out.println(ph + "\t" + histogram[ph]);
  /external/libvorbis/vq/
metrics.c 44 float **histogram=NULL; variable
63 histogram=_ogg_calloc(books,sizeof(float *));
75 histogram[i]=_ogg_calloc(b->entries,sizeof(float));
169 sqrt((histogram_errorsq[book]+i*dim)[k]/histogram[book][i]));
185 (histogram_error[book]+i*dim)[k]/histogram[book][i]);
241 histogram[book][entry]++;
253 if(histogram[book][entry]==0 || histogram_hi[book][entry*dim+j]<error)
255 if(histogram[book][entry]==0 || histogram_lo[book][entry*dim+j]>error)
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_reduce.java 222 private long[] histogram(RenderScript RS, final byte[] inputArray) { method in class:UT_reduce
241 private boolean histogram(RenderScript RS, ScriptC_reduce s) { method in class:UT_reduce
244 final long[] javaRslt = histogram(RS, inputArray);
252 "histogram[" + i + "]: java " + javaRslt[i] + ", rs " + rsRslt[i] + ": FAILED");
257 Log.i(TAG, "histogram: PASSED");
264 long[] hsg = histogram(RS, inputArray);
296 pass &= histogram(pRS, s);
UT_reduce_backward.java 222 private long[] histogram(RenderScript RS, final byte[] inputArray) { method in class:UT_reduce_backward
241 private boolean histogram(RenderScript RS, ScriptC_reduce_backward s) { method in class:UT_reduce_backward
244 final long[] javaRslt = histogram(RS, inputArray);
252 "histogram[" + i + "]: java " + javaRslt[i] + ", rs " + rsRslt[i] + ": FAILED");
257 Log.i(TAG, "histogram: PASSED");
264 long[] hsg = histogram(RS, inputArray);
296 pass &= histogram(pRS, s);

Completed in 668 milliseconds

1 2 3