Searched refs:totscale (Results 1 – 2 of 2) sorted by relevance
44 int16_t totscale, totscale_max; in WebRtcIlbcfix_XcorrCoef() local100 totscale=Energyscale-(crossCorrScale<<1); in WebRtcIlbcfix_XcorrCoef()105 scalediff=totscale-totscale_max; in WebRtcIlbcfix_XcorrCoef()127 totscale_max = totscale; in WebRtcIlbcfix_XcorrCoef()
54 int16_t totscale; in WebRtcIlbcfix_DoThePlc() local166 totscale = scale1+scale2-1; in WebRtcIlbcfix_DoThePlc()167 tmp1 = (int16_t)WEBRTC_SPL_SHIFT_W32(cross, (totscale>>1)); in WebRtcIlbcfix_DoThePlc()168 tmp2 = (int16_t)WEBRTC_SPL_SHIFT_W32(cross, totscale-(totscale>>1)); in WebRtcIlbcfix_DoThePlc()