Searched defs:high (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_common.h55 static INLINE int clamp(int value, int low, int high) { argument
56 return value < low ? low : (value > high ? high : value);
59 static INLINE double fclamp(double value, double low, double high) { argument
60 return value < low ? low : (value > high ? high : value);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Drate_hist.c24 int high; member in struct:hist_bucket
58 hist->bucket[i].high = 0;
114 if (hist->bucket[idx].high < avg_bitrate)
115 hist->bucket[idx].high = (int)avg_bitrate;
157 bucket[merge_bucket].high = bucket[small_bucket].high;
160 bucket[small_bucket].high = bucket[merge_bucket].high;
165 assert(bucket[merge_bucket].low != bucket[merge_bucket].high);
193 switch ((int)(log(bucket[buckets - 1].high) / lo
[all...]
/hardware/qcom/audio/post_proc/
H A Dequalizer.c124 uint32_t *low, uint32_t *high)
128 *high = equalizer_band_freq_range[band][1];
123 equalizer_get_band_freq_range(equalizer_context_t *context __unused, int32_t band, uint32_t *low, uint32_t *high) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dwpa.h59 uint8 high; member in struct:__anon43::__anon44
71 uint8 high; member in struct:__anon45::__anon46
91 uint8 high; member in struct:__anon48::__anon49
100 uint8 high; member in struct:__anon50::__anon51
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dgscan.h144 wifi_rssi high; // high threshold member in struct:__anon1347
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c401 static int get_active_quality(int q, int gfu_boost, int low, int high, argument
403 if (gfu_boost > high) {
408 const int gap = high - low;
409 const int offset = high - gfu_boost;
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drm.c1014 int drmMarkBufs(int fd, double low, double high) argument
1039 info.list[i].high_mark = high * info.list[i].count;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h389 * high half is entries in wlc_ssid_t array that
781 uint32 tsf_h; /* TSF high 32-bits of Measurement start time */
800 uint32 tsf_h; /* TSF high 32-bits of Measurement start time */
1985 int glitch_delay; /* interval between ACI scans when glitch count is consistently high */
1993 uint16 nphy_b_energy_hi_aci; /* high ACI power energy threshold for bphy */
2033 bool filter; /* override high pass corners to lowest */
3565 uint32 high; member in struct:wl_msglevel2
4400 uint32 max_avail; /* the high-water mark of the queue capacity for packets -
4403 uint32 max_used; /* the high-water mark of the queue utilisation for packets -
4429 uint32 max_avail; /* the high
[all...]

Completed in 582 milliseconds