Searched refs:tempMin (Results 1 – 2 of 2) sorted by relevance
186 WebRtc_Word16 tempMin; in WebRtcSpl_MinValueW16() local191 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() local210 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 …]
618 WebRtc_Word32 tempMin; in WebRtcIsacfix_GetDownlinkBwIndexImpl() local690 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()