Searched refs:tmp2W32 (Results 1 – 3 of 3) sorted by relevance
153 int32_t tmpW32, tmp2W32, csum1QQ, esumxQQ; in WebRtcIsacfix_PitchFilterGains() local205 tmp2W32 = WEBRTC_SPL_MUL_16_32_RSFT14(indatQ0[ind], tmpW32); in WebRtcIsacfix_PitchFilterGains()210 if ((tmp2W32 > 1073700000) || (csum1QQ > 1073700000) || in WebRtcIsacfix_PitchFilterGains()216 csum1QQ += tmp2W32 >> scale; in WebRtcIsacfix_PitchFilterGains()226 tmp2W32 = WebRtcSpl_DivResultInQ31(csum1QQ, esumxQQ); in WebRtcIsacfix_PitchFilterGains()229 tmpW32 = tmp2W32 >> 20; in WebRtcIsacfix_PitchFilterGains()
37 int32_t tmp2W32; in WebRtcIlbcfix_Chebyshev() local45 tmp2W32 = tmp1W32; in WebRtcIlbcfix_Chebyshev()55 b2 = tmp2W32; in WebRtcIlbcfix_Chebyshev()
49 int32_t tmpW32, tmp2W32; in WebRtcIlbcfix_DoThePlc() local148 … tmp2W32=WebRtcSpl_DotProductWithScale(&iLBCdec_inst->prevResidual[iLBCdec_inst->blockl-corrLen], in WebRtcIlbcfix_DoThePlc()152 if ((tmp2W32>0)&&(ener_comp>0)) { in WebRtcIlbcfix_DoThePlc()156 scale1=(int16_t)WebRtcSpl_NormW32(tmp2W32)-16; in WebRtcIlbcfix_DoThePlc()157 tmp1=(int16_t)WEBRTC_SPL_SHIFT_W32(tmp2W32, scale1); in WebRtcIlbcfix_DoThePlc()