Searched defs:lft_shft (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c536 int16_t lft_shft; local
573 lft_shft = WebRtcSpl_NormW32(CorrQ7[0]) - 18;
575 if (lft_shft > 0) {
577 CorrQ7_norm[k] = CorrQ7[k] << lft_shft;
580 CorrQ7_norm[k] = CorrQ7[k] >> -lft_shft;
606 if (lft_shft > 0)
607 nrg >>= lft_shft; local
609 nrg <<= -lft_shft;

Completed in 74 milliseconds