Searched refs:uint32_t (Results 1 - 25 of 8676) sorted by last modified time

1234567891011>>

/external/webrtc/src/common_audio/vad/
H A Dvad_filterbank.c250 frac = (int16_t) (((uint32_t) ((int32_t) (energy_s16) << zeros)
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters.c36 uint32_t temp = 0;
45 temp = (uint32_t)(prod >> 31);
H A Dlpc_masking_model.c524 residual_energy = (uint32_t)word32_low >> 1;
/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.c473 uint32_t* noise,
H A Dnsx_core.h174 uint32_t* noise,
H A Dnsx_core_neon.c97 uint32_t* noise,
124 zeros = WebRtcSpl_NormU32((uint32_t)magn[i]);
125 frac = (int16_t)((((uint32_t)magn[i] << zeros)
317 noise[i] = (uint32_t)(inst->noiseEstQuantile[i]); // Q(qNoise)
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc801 uint32_t energy = frame_->_energy; // Save default to restore below.
/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.c27 static int BitCount(uint32_t u32) {
28 uint32_t tmp = u32 - ((u32 >> 1) & 033333333333) -
50 static void BitCountComparison(uint32_t binary_vector,
51 const uint32_t* binary_matrix,
139 self->binary_far_history = malloc(history_size * sizeof(uint32_t));
146 sizeof(uint32_t));
168 sizeof(uint32_t) * handle->history_size);
170 sizeof(uint32_t) * handle->near_history_size);
185 uint32_t binary_far_spectrum,
186 uint32_t binary_near_spectru
[all...]
H A Ddelay_estimator.h29 uint32_t* binary_far_history;
30 uint32_t* binary_near_history;
84 uint32_t binary_far_spectrum,
85 uint32_t binary_near_spectrum);
H A Ddelay_estimator_wrapper.c43 static __inline uint32_t SetBit(uint32_t in, int pos) {
44 uint32_t mask = (1 << pos);
45 uint32_t out = (in | mask);
78 static uint32_t BinarySpectrumFix(uint16_t* spectrum,
83 uint32_t out = 0;
113 static uint32_t BinarySpectrumFloat(float* spectrum,
117 uint32_t out = 0;
173 // the binary spectra in a uint32_t.
249 uint32_t binary_far_spectru
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Ddata_log_c.h70 uint32_t value);
73 const uint32_t* values,
H A Dthread_wrapper.h62 static uint32_t GetThreadId();
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_c.cc114 uint32_t value) {
121 const uint32_t* values,
H A Ddata_log_c_helpers_unittest.c111 uint32_t values[kTestArrayLen] = {1, 2, 3, 4};
H A Dthread_posix.cc119 uint32_t ThreadWrapper::GetThreadId() {
121 return static_cast<uint32_t>(syscall(__NR_gettid));
123 return static_cast<uint32_t>(mach_thread_self());
125 return reinterpret_cast<uint32_t>(pthread_self());
H A Dthread_win.cc66 uint32_t ThreadWrapper::GetThreadId() {
/external/webrtc/src/
H A Dtypedefs.h108 typedef unsigned int uint32_t; typedef
120 typedef uint32_t WebRtc_UWord32;
135 typedef uint32_t WebRtc_UWord32;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_bsd.c213 bsd_set_mediaopt(void *priv, uint32_t mask, uint32_t mode)
H A Ddriver_nl80211.c82 static uint32_t port_bitmap[32] = { 0 };
87 uint32_t pid = getpid() & 0x3FFFFF;
107 uint32_t port = nl_socket_get_local_port(handle);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h136 typedef uint32_t u32;
H A Dplatform.h19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((uint32_t *)(p)))
H A Dradiotap.c127 (unsigned long)iterator->_rtheader + sizeof(uint32_t) >
132 iterator->_arg += sizeof(uint32_t);
142 sizeof(uint32_t) >
147 iterator->_arg += sizeof(uint32_t);
164 uint32_t oui, uint8_t subns)
237 uint32_t oui;
H A Dradiotap.h73 uint32_t it_present; /* A bitmap telling which
H A Dradiotap_iter.h23 uint32_t oui;
70 uint32_t *_next_bitmap;
84 uint32_t _bitmap_shifter;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_bsd.c213 bsd_set_mediaopt(void *priv, uint32_t mask, uint32_t mode)

Completed in 354 milliseconds

1234567891011>>