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

1 23 4 5 6 7 8

  /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...]
opencl_kernels_imgproc.hpp 48 extern const struct ProgramEntry histogram;
  /external/skia/tools/lua/
glyph-usage.lua 120 local histogram = {}
134 histogram[count] = (histogram[count] or 0) + 1
140 for k, v in next, histogram do
  /cts/apps/CameraITS/tests/inprog/
test_param_black_level_lock.py 58 hist,_ = numpy.histogram(yimg*255, 256, (0,256))
61 # Add this histogram to a plot; solid for shots without BL
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.h 54 float* histogram; member in struct:__anon26591
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 367 private void drawHistogram(Canvas canvas, int[] histogram, int color, PorterDuff.Mode mode) {
369 for (int i = 0; i < histogram.length; i++) {
370 if (histogram[i] > max) {
371 max = histogram[i];
377 float wl = w / histogram.length;
392 for (int i = 0; i < histogram.length; i++) {
394 float l = histogram[i] * wh;
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-driver.c 323 /* Insert counter VALUE into HISTOGRAM. */
326 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value)
331 histogram[i].num_counters++;
332 histogram[i].cum_value += value;
333 if (value < histogram[i].min_value)
334 histogram[i].min_value = value;
337 /* Computes a histogram of the arc counters to place in the summary SUM. */
359 cs_ptr->histogram[h_ix].num_counters = 0;
360 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
361 cs_ptr->histogram[h_ix].cum_value = 0
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-driver.c 323 /* Insert counter VALUE into HISTOGRAM. */
326 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value)
331 histogram[i].num_counters++;
332 histogram[i].cum_value += value;
333 if (value < histogram[i].min_value)
334 histogram[i].min_value = value;
337 /* Computes a histogram of the arc counters to place in the summary SUM. */
359 cs_ptr->histogram[h_ix].num_counters = 0;
360 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
361 cs_ptr->histogram[h_ix].cum_value = 0
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-driver.c 323 /* Insert counter VALUE into HISTOGRAM. */
326 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value)
331 histogram[i].num_counters++;
332 histogram[i].cum_value += value;
333 if (value < histogram[i].min_value)
334 histogram[i].min_value = value;
337 /* Computes a histogram of the arc counters to place in the summary SUM. */
359 cs_ptr->histogram[h_ix].num_counters = 0;
360 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
361 cs_ptr->histogram[h_ix].cum_value = 0
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-driver.c 323 /* Insert counter VALUE into HISTOGRAM. */
326 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value)
331 histogram[i].num_counters++;
332 histogram[i].cum_value += value;
333 if (value < histogram[i].min_value)
334 histogram[i].min_value = value;
337 /* Computes a histogram of the arc counters to place in the summary SUM. */
359 cs_ptr->histogram[h_ix].num_counters = 0;
360 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
361 cs_ptr->histogram[h_ix].cum_value = 0
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-driver.c 323 /* Insert counter VALUE into HISTOGRAM. */
326 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value)
331 histogram[i].num_counters++;
332 histogram[i].cum_value += value;
333 if (value < histogram[i].min_value)
334 histogram[i].min_value = value;
337 /* Computes a histogram of the arc counters to place in the summary SUM. */
359 cs_ptr->histogram[h_ix].num_counters = 0;
360 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
361 cs_ptr->histogram[h_ix].cum_value = 0
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-driver.c 323 /* Insert counter VALUE into HISTOGRAM. */
326 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value)
331 histogram[i].num_counters++;
332 histogram[i].cum_value += value;
333 if (value < histogram[i].min_value)
334 histogram[i].min_value = value;
337 /* Computes a histogram of the arc counters to place in the summary SUM. */
359 cs_ptr->histogram[h_ix].num_counters = 0;
360 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
361 cs_ptr->histogram[h_ix].cum_value = 0
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-driver.c 323 /* Insert counter VALUE into HISTOGRAM. */
326 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value)
331 histogram[i].num_counters++;
332 histogram[i].cum_value += value;
333 if (value < histogram[i].min_value)
334 histogram[i].min_value = value;
337 /* Computes a histogram of the arc counters to place in the summary SUM. */
359 cs_ptr->histogram[h_ix].num_counters = 0;
360 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
361 cs_ptr->histogram[h_ix].cum_value = 0
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-driver.c 323 /* Insert counter VALUE into HISTOGRAM. */
326 gcov_histogram_insert(gcov_bucket_type *histogram, gcov_type value)
331 histogram[i].num_counters++;
332 histogram[i].cum_value += value;
333 if (value < histogram[i].min_value)
334 histogram[i].min_value = value;
337 /* Computes a histogram of the arc counters to place in the summary SUM. */
359 cs_ptr->histogram[h_ix].num_counters = 0;
360 cs_ptr->histogram[h_ix].min_value = cs_ptr->run_max;
361 cs_ptr->histogram[h_ix].cum_value = 0
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/agc/
Android.mk 23 histogram.cc \
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Android.mk 35 histogram.cpp \
  /external/libchrome/base/metrics/
statistics_recorder.h 42 // Register, or add a new histogram to the collection of statistics. If an
43 // identically named histogram is already registered, then the argument
44 // |histogram| will deleted. The returned value is always the registered
45 // histogram (either the argument, or the pre-existing registered histogram).
46 static HistogramBase* RegisterOrDeleteDuplicate(HistogramBase* histogram);
55 // Methods for appending histogram data to a string. Only histograms which
71 // Find a histogram by name. It matches the exact name. This method is thread
72 // safe. It returns NULL if a matching histogram is not found.
84 // the histogram referred to by |histogram_name|. The call to this method ca
    [all...]
  /external/opencv3/apps/traincascade/
HOGfeatures.cpp 157 void CvHOGEvaluator::integralHistogram(const Mat &img, vector<Mat> &histogram, Mat &norm, int nbins) const
163 Size histSize(histogram[0].size());
225 int histStep = (int)( histogram[0].step / sizeof(float) );
229 histBuf = histogram[binIdx].ptr<float>();
  /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/services/core/java/com/android/server/fingerprint/
EnumerateClient.java 47 MetricsLogger.histogram(getContext(), "fingerprintd_enum_start_error", result);
RemovalClient.java 50 MetricsLogger.histogram(getContext(), "fingerprintd_remove_start_error", result);
  /system/core/metricsd/uploader/
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);
upload_service.cc 29 #include <base/metrics/histogram.h>
186 base::Histogram::kNoFlags, base::Histogram::kUmaTargetedHistogramFlag);
201 void UploadService::RecordDelta(const base::HistogramBase& histogram,
203 GetOrCreateCurrentLog()->RecordHistogramDelta(histogram.histogram_name(),
  /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);

Completed in 1126 milliseconds

1 23 4 5 6 7 8