Searched defs:micLevelTmp (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
H A Danalog_agc.c400 int32_t tmpFlt, micLevelTmp, gainIdx; local
458 micLevelTmp = WEBRTC_SPL_LSHIFT_W32(micLevelIn, stt->scale);
465 if (micLevelTmp != stt->micRef)
468 stt->micRef = micLevelTmp;
/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c400 WebRtc_Word32 tmpFlt, micLevelTmp, gainIdx; local
458 micLevelTmp = WEBRTC_SPL_LSHIFT_W32(micLevelIn, stt->scale);
465 if (micLevelTmp != stt->micRef)
468 stt->micRef = micLevelTmp;

Completed in 214 milliseconds