OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpU32
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_c.c
298
uint32_t
tmpU32
;
537
tmpU32
= WebRtcSpl_DivU32U16(echoEst32Gained,
543
tmp32no1 = (int32_t)WEBRTC_SPL_SHIFT_W32(
tmpU32
, resolutionDiff);
aecm_core_mips.c
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
analog_agc.c
764
uint32_t
tmpU32
;
873
tmpU32
= WEBRTC_SPL_UMUL(29591, (uint32_t)(tmp32));
874
stt->micVol = (int32_t)WEBRTC_SPL_RSHIFT_U32(
tmpU32
, 15) + stt->minLevel;
1006
tmpU32
= WEBRTC_SPL_UMUL(31130, (uint32_t)(tmp32));
1007
stt->micVol = (int32_t)WEBRTC_SPL_RSHIFT_U32(
tmpU32
, 15) + stt->minLevel;
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core.c
[
all
...]
Completed in 77 milliseconds