Home
last modified time | relevance | path

Searched refs:max_buckets (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Drate_hist.h31 void show_q_histogram(const int counts[64], int max_buckets);
34 int max_buckets);
Drate_hist.c121 int max_buckets, int *num_buckets) { in merge_hist_buckets() argument
138 while (buckets > max_buckets) { in merge_hist_buckets()
247 void show_q_histogram(const int counts[64], int max_buckets) { in show_q_histogram() argument
264 scale = merge_hist_buckets(bucket, max_buckets, &buckets); in show_q_histogram()
269 const vpx_codec_enc_cfg_t *cfg, int max_buckets) { in show_rate_histogram() argument
280 scale = merge_hist_buckets(hist->bucket, max_buckets, &buckets); in show_rate_histogram()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger_event_defs.h412 u32 max_buckets; member
Dwifilogger_diag.cpp143 pScanCapabilities->extscan_cache_capabilities.max_buckets; in process_log_extscan_capabilities()