Home
last modified time | relevance | path

Searched refs:tempMax (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Dcomplex_fft_mips.c157 int32_t tmp5 = 0, tmp6 = 0, tmp = 0, tempMax = 0, round2 = 0; in WebRtcSpl_ComplexIFFT() local
318 [shift] "=&r" (shift), [scale] "=&r" (scale), [tempMax] "=&r" (tempMax) in WebRtcSpl_ComplexIFFT()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c625 int32_t tempMax; in WebRtcIsacfix_GetDownlinkBwIndexImpl() local
700 tempMax = 652800; /* MAX_ISAC_MD * 0.1 in Q18 */ in WebRtcIsacfix_GetDownlinkBwIndexImpl()
705 tempTerm1 = tempTermX + tempMax - tempTermY; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
716 tempTerm1 = tempTermX + tempMax; in WebRtcIsacfix_GetDownlinkBwIndexImpl()