Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dmin_max_operations.c186 WebRtc_Word16 tempMin; in WebRtcSpl_MinValueW16() local
191 tempMin = *tmpvector++; in WebRtcSpl_MinValueW16()
194 if (*tmpvector++ < tempMin) in WebRtcSpl_MinValueW16()
195 tempMin = (vector[i]); in WebRtcSpl_MinValueW16()
197 return tempMin; in WebRtcSpl_MinValueW16()
204 WebRtc_Word16 tempMin; in WebRtcSpl_MinIndexW16() local
210 tempMin = *tmpvector++; in WebRtcSpl_MinIndexW16()
213 if (*tmpvector++ < tempMin) in WebRtcSpl_MinIndexW16()
215 tempMin = vector[i]; in WebRtcSpl_MinIndexW16()
228 WebRtc_Word32 tempMin; in WebRtcSpl_MinValueW32() local
[all …]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c618 WebRtc_Word32 tempMin; in WebRtcIsacfix_GetDownlinkBwIndexImpl() local
690 tempMin = 130560; /* MIN_ISAC_MD * 0.1 in Q18 */ in WebRtcIsacfix_GetDownlinkBwIndexImpl()
695 tempTerm2 = tempTermY - tempTermX - tempMin; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
699 tempTerm1 = tempTermX + tempMin; in WebRtcIsacfix_GetDownlinkBwIndexImpl()