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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dxcorr_coef.c44 int16_t totscale, totscale_max; local
100 totscale=Energyscale-(crossCorrScale<<1);
105 scalediff=totscale-totscale_max;
127 totscale_max = totscale;
H A Ddo_plc.c53 int16_t totscale; local
163 totscale = scale1+scale2-1;
164 tmp1 = (int16_t)WEBRTC_SPL_SHIFT_W32(cross, (totscale>>1));
165 tmp2 = (int16_t)WEBRTC_SPL_SHIFT_W32(cross, totscale-(totscale>>1));

Completed in 85 milliseconds