HomeSort by relevance Sort by last modified time
    Searched refs:max_buckets (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/
rate_hist.h 31 void show_q_histogram(const int counts[64], int max_buckets);
34 int max_buckets);
rate_hist.c 126 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets,
147 while (buckets > max_buckets) {
253 void show_q_histogram(const int counts[64], int max_buckets) {
270 scale = merge_hist_buckets(bucket, max_buckets, &buckets);
275 int max_buckets) {
287 scale = merge_hist_buckets(hist->bucket, max_buckets, &buckets);
  /art/libartbase/base/
histogram.h 46 Histogram(const char* name, Value initial_bucket_width, size_t max_buckets = 100);
histogram-inl.h 59 size_t max_buckets)
63 max_buckets_(max_buckets),
  /art/runtime/base/
timing_logger.cc 101 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ? local
103 histogram = new Histogram<uint64_t>(label.c_str(), kInitialBucketSize, max_buckets);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_event_defs.h 412 u32 max_buckets; member in struct:__anon52626
wifilogger_diag.cpp 155 pScanCapabilities->extscan_cache_capabilities.max_buckets;
    [all...]
  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 558 const uint32_t max_buckets = local
565 histogram_data.bucket_count >= max_buckets ||
    [all...]

Completed in 214 milliseconds