Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 42) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_common.h55 static INLINE int clamp(int value, int low, int high) { in clamp() argument
56 return value < low ? low : (value > high ? high : value); in clamp()
59 static INLINE double fclamp(double value, double low, double high) { in fclamp() argument
60 return value < low ? low : (value > high ? high : value); in fclamp()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Drate_hist.c23 int low; member
57 hist->bucket[i].low = INT_MAX; in init_rate_histogram()
112 if (hist->bucket[idx].low > avg_bitrate) in update_rate_histogram()
113 hist->bucket[idx].low = (int)avg_bitrate; in update_rate_histogram()
165 assert(bucket[merge_bucket].low != bucket[merge_bucket].high); in merge_hist_buckets()
236 if (bucket[i].low == bucket[i].high) in show_histogram()
237 fprintf(stderr, pat1, bucket[i].low, ""); in show_histogram()
239 fprintf(stderr, pat2, bucket[i].low, bucket[i].high); in show_histogram()
256 bucket[buckets].low = bucket[buckets].high = i; in show_q_histogram()
274 if (hist->bucket[i].low == INT_MAX) in show_rate_histogram()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dwpa.h58 uint8 low;
70 uint8 low;
90 uint8 low;
99 uint8 low;
/hardware/bsp/intel/peripheral/libupm/src/hp20x/
Dhp20x.cxx261 void HP20X::setPAThreshholds(int16_t low, int16_t med, int16_t high) in setPAThreshholds() argument
264 writeReg(REG_PA_L_TH_LSB, (low & 0xff)); in setPAThreshholds()
265 writeReg(REG_PA_L_TH_MSB, ((low >> 8) & 0xff)); in setPAThreshholds()
276 void HP20X::setTemperatureThreshholds(int8_t low, int8_t med, int8_t high) in setTemperatureThreshholds() argument
279 writeReg(REG_T_L_TH, low); in setTemperatureThreshholds()
Dhp20x.h363 void setPAThreshholds(int16_t low, int16_t med, int16_t high);
372 void setTemperatureThreshholds(int8_t low, int8_t med, int8_t high);
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_AK8975.h32 #define AK8975_HDATA_CONVERTER(hi, low, asa) \ argument
33 (AKFLOAT)((int16)((((uint16)(hi))<<8)+(uint16)(low))*(((asa)/256.0f) + 0.5f))
/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
Dh3lis331dl.cxx551 uint8_t low, high; in update() local
554 low = m_i2c.readReg(REG_OUT_X_L); in update()
556 m_rawX = ((high << 8) | low); in update()
559 low = m_i2c.readReg(REG_OUT_Y_L); in update()
561 m_rawY = ((high << 8) | low); in update()
564 low = m_i2c.readReg(REG_OUT_Z_L); in update()
566 m_rawZ = ((high << 8) | low); in update()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_variance_impl_mmx.asm106 psubsw mm0, mm1 ; A-B (low order) to MM0
130 psubsw mm0, mm1 ; A-B (low order) to MM0
153 psubsw mm0, mm1 ; A-B (low order) to MM0
176 psubsw mm0, mm1 ; A-B (low order) to MM0
199 psubsw mm0, mm1 ; A-B (low order) to MM0
223 psubsw mm0, mm1 ; A-B (low order) to MM0
246 psubsw mm0, mm1 ; A-B (low order) to MM0
269 psubsw mm0, mm1 ; A-B (low order) to MM0
349 psubsw mm0, mm1 ; A-B (low order) to MM0
362 psubsw mm0, mm1 ; A-B (low order) to MM0
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dvariance_impl_mmx.asm106 psubsw mm0, mm1 ; A-B (low order) to MM0
130 psubsw mm0, mm1 ; A-B (low order) to MM0
153 psubsw mm0, mm1 ; A-B (low order) to MM0
176 psubsw mm0, mm1 ; A-B (low order) to MM0
199 psubsw mm0, mm1 ; A-B (low order) to MM0
223 psubsw mm0, mm1 ; A-B (low order) to MM0
246 psubsw mm0, mm1 ; A-B (low order) to MM0
269 psubsw mm0, mm1 ; A-B (low order) to MM0
349 psubsw mm0, mm1 ; A-B (low order) to MM0
362 psubsw mm0, mm1 ; A-B (low order) to MM0
[all …]
/hardware/intel/common/libva/debian.upstream/
Dchangelog.in1 libva (@PACKAGE_VERSION@-1) unstable; urgency=low
/hardware/bsp/intel/peripheral/libupm/src/hm11/
DCMakeLists.txt2 set (libdescription "upm grove hm11 bluetooth low energy module")
/hardware/bsp/intel/peripheral/libupm/src/gas/
DREADME.txt4 Grove - Gas Sensor(MQ-9):LPG, CO, CH4 [low sensitivity]
/hardware/qcom/gps/msm8960/core/
DLocApiBase.cpp77 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
78 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; } in decodeAddress()
/hardware/intel/img/psb_video/debian/
Dchangelog1 psb-video (0.1-5) unstable; urgency=low
/hardware/libhardware_legacy/include/hardware_legacy/
Dgscan.h232 wifi_rssi low; // low threshold member
260 wifi_rssi low; // low threshold member
/hardware/qcom/gps/msm8084/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; } in decodeAddress()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dfdct_altivec.asm126 vspltisw v7, -16 ;# == 16 == -16, only low 5 bits matter
155 vspltisw v7, -16 ;# == 16 == -16, only low 5 bits matter
177 vspltisw v7, -16 ;# == 16 == -16, only low 5 bits matter
Dencodemb_altivec.asm140 vmrglb v3, v0, v1 ;# unpack low src to short
141 vmrglb v4, v0, v2 ;# unpack low pred to short
/hardware/qcom/gps/msm8996/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; } in decodeAddress()
/hardware/qcom/gps/msm8909/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; } in decodeAddress()
/hardware/qcom/gps/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; } in decodeAddress()
/hardware/qcom/gps/msm8994/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; } in decodeAddress()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
DREADME23 When this is enabled, the driver enters low power accel mode and disables all
/hardware/qcom/gps/msm8998/core/
DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; in decodeAddress() local
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; } in decodeAddress()
/hardware/bsp/intel/peripheral/libmraa/docs/
Dminnow_max.md23 The low speed I/O connector supported as per table below. This assumes default

12