OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpU32
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.c
646
uint32_t
tmpU32
;
755
tmpU32
= WEBRTC_SPL_UMUL(29591, (uint32_t)(tmp32));
756
stt->micVol = (
tmpU32
>> 15) + stt->minLevel;
886
tmpU32
= WEBRTC_SPL_UMUL(31130, (uint32_t)(tmp32));
887
stt->micVol = (
tmpU32
>> 15) + stt->minLevel;
934
tmpU32
= WEBRTC_SPL_UMUL(31621, (uint32_t)(inMicLevelTmp - stt->minLevel));
935
stt->micVol = (
tmpU32
>> 15) + stt->minLevel;
986
tmpU32
= ((uint32_t)weightFIX * (uint32_t)(inMicLevelTmp - stt->minLevel));
987
stt->micVol = (
tmpU32
>> 14) + stt->minLevel;
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.c
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_c.c
291
uint32_t
tmpU32
;
524
tmpU32
= WebRtcSpl_DivU32U16(echoEst32Gained,
530
tmp32no1 = (int32_t)WEBRTC_SPL_SHIFT_W32(
tmpU32
, resolutionDiff);
aecm_core_mips.c
[
all
...]
Completed in 1021 milliseconds