/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_common.h | 55 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/ |
D | rate_hist.c | 23 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/ |
D | wpa.h | 58 uint8 low; 70 uint8 low; 90 uint8 low; 99 uint8 low;
|
/hardware/bsp/intel/peripheral/libupm/src/hp20x/ |
D | hp20x.cxx | 261 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()
|
D | hp20x.h | 363 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/ |
D | AKFS_AK8975.h | 32 #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/ |
D | h3lis331dl.cxx | 551 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/ |
D | vp9_variance_impl_mmx.asm | 106 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/ |
D | variance_impl_mmx.asm | 106 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/ |
D | changelog.in | 1 libva (@PACKAGE_VERSION@-1) unstable; urgency=low
|
/hardware/bsp/intel/peripheral/libupm/src/hm11/ |
D | CMakeLists.txt | 2 set (libdescription "upm grove hm11 bluetooth low energy module")
|
/hardware/bsp/intel/peripheral/libupm/src/gas/ |
D | README.txt | 4 Grove - Gas Sensor(MQ-9):LPG, CO, CH4 [low sensitivity]
|
/hardware/qcom/gps/msm8960/core/ |
D | LocApiBase.cpp | 77 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/ |
D | changelog | 1 psb-video (0.1-5) unstable; urgency=low
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | gscan.h | 232 wifi_rssi low; // low threshold member 260 wifi_rssi low; // low threshold member
|
/hardware/qcom/gps/msm8084/core/ |
D | LocApiBase.cpp | 78 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/ |
D | fdct_altivec.asm | 126 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
|
D | encodemb_altivec.asm | 140 vmrglb v3, v0, v1 ;# unpack low src to short 141 vmrglb v4, v0, v2 ;# unpack low pred to short
|
/hardware/qcom/gps/msm8996/core/ |
D | LocApiBase.cpp | 78 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/ |
D | LocApiBase.cpp | 78 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/ |
D | LocApiBase.cpp | 78 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/ |
D | LocApiBase.cpp | 78 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/ |
D | README | 23 When this is enabled, the driver enters low power accel mode and disables all
|
/hardware/qcom/gps/msm8998/core/ |
D | LocApiBase.cpp | 78 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/ |
D | minnow_max.md | 23 The low speed I/O connector supported as per table below. This assumes default
|