Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dxcorr_coef.c44 int16_t totscale, totscale_max; in WebRtcIlbcfix_XcorrCoef() local
100 totscale=Energyscale-(crossCorrScale<<1); in WebRtcIlbcfix_XcorrCoef()
105 scalediff=totscale-totscale_max; in WebRtcIlbcfix_XcorrCoef()
127 totscale_max = totscale; in WebRtcIlbcfix_XcorrCoef()
Ddo_plc.c54 int16_t totscale; in WebRtcIlbcfix_DoThePlc() local
166 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()