/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/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/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 …]
|
D | mfqe_sse2.asm | 34 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words 111 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words
|
/hardware/intel/common/libva/debian.upstream/ |
D | changelog.in | 1 libva (@PACKAGE_VERSION@-1) unstable; urgency=low
|
/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/qcom/gps/msm8974/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/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/img/psb_video/debian/ |
D | changelog | 1 psb-video (0.1-5) unstable; urgency=low
|
/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/libhardware_legacy/include/hardware_legacy/ |
D | gscan.h | 185 wifi_rssi low; // low threshold member 213 wifi_rssi low; // low threshold member
|
/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/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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | filter_v6.asm | 124 add r4, r2, #18 ; preload next low 196 pld [r0, r11] ; preload next low 217 add r4, r2, #10 ; preload next low 289 pld [r0, r11] ; preload next low 443 add r7, r2, r3 ; preload next low 520 add r11, r12, r3 ; preload next low
|
D | sixtappredict8x4_v6.asm | 38 add r3, r1, #10 ; preload next low 116 …add r11, r1, #18 ; preload next low. adding back block width(=8), which is …
|
/hardware/qcom/audio/post_proc/ |
D | equalizer.c | 124 uint32_t *low, uint32_t *high) in equalizer_get_band_freq_range() argument 127 *low = equalizer_band_freq_range[band][0]; in equalizer_get_band_freq_range()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | gscan.cpp | 703 apThreshold.low) || in wifi_set_bssid_hotlist() 715 apThreshold.low, apThreshold.high); in wifi_set_bssid_hotlist() 988 apThreshold.low) || in wifi_set_significant_change_handler() 1001 i, apThreshold.low, i, apThreshold.high); in wifi_set_significant_change_handler() 1476 ssidThreshold.low) || in wifi_set_ssid_hotlist() 1488 i, ssidThreshold.low, in wifi_set_ssid_hotlist()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 401 static int get_active_quality(int q, int gfu_boost, int low, int high, in get_active_quality() argument 405 } else if (gfu_boost < low) { in get_active_quality() 408 const int gap = high - low; in get_active_quality()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | idct_dequant_full_2x_neon.asm | 167 vst1.16 {q14, q15}, [r0] ; write over low input
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | variance_altivec.asm | 53 ;# subract. Do high, then low.
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | gscan.cpp | 1035 result = request.put_u8(GSCAN_ATTRIBUTE_RSSI_LOW, mParams.ap[i].low); in createSetupRequest() 1407 result = request.put_u8(GSCAN_ATTRIBUTE_RSSI_LOW, mParams.ap[i].low); in createSetupRequest()
|