Searched refs:bucket (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Drate_hist.c33 struct hist_bucket bucket[RATE_BINS]; member in struct:rate_hist
57 hist->bucket[i].low = INT_MAX;
58 hist->bucket[i].high = 0;
59 hist->bucket[i].count = 0;
112 if (hist->bucket[idx].low > avg_bitrate)
113 hist->bucket[idx].low = (int)avg_bitrate;
114 if (hist->bucket[idx].high < avg_bitrate)
115 hist->bucket[idx].high = (int)avg_bitrate;
116 hist->bucket[idx].count++;
120 static int merge_hist_buckets(struct hist_bucket *bucket, argument
188 show_histogram(const struct hist_bucket *bucket, int buckets, int total, int scale) argument
248 struct hist_bucket bucket[64]; local
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dgscan.h125 int bucket; // bucket index, 0 based member in struct:__anon1913
130 // for exponential backoff bucket this is the min_period
141 * REPORT_EVENTS_NO_BATCH => controls if scans for this bucket should be placed in the
145 int max_period; // if max_period is non zero or different than period, then this bucket is
146 // an exponential backoff bucket and the scan period will grow exponentially
149 int base; // for exponential back off bucket: multiplier: new_period=old_period*base
150 int step_count; // for exponential back off bucket, number of scans to perform for a given
182 * - t=10 bucket 1 is scanned
183 * - t=20 bucket
[all...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp480 nlattr * bucket = request.attr_start(i); // next bucket local
481 result = request.put_u32(GSCAN_ATTRIBUTE_BUCKET_ID, mParams->buckets[i].bucket);
530 request.attr_end(bucket);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscan.cpp380 /* Add NL attributes for scan bucket specs . */
388 __FUNCTION__, i, bucketSpec.bucket, bucketSpec.band,
396 bucketSpec.bucket) ||
2069 " bucket:%d. Dummy loop", __FUNCTION__,

Completed in 95 milliseconds