Lines Matching refs:w00
38 int32_t w00,w10,w11, endiff, crit; in WebRtcIlbcfix_Smooth() local
47 w00 = w10 = w11 = 0; in WebRtcIlbcfix_Smooth()
60 w00=WebRtcSpl_DotProductWithScale(current,current,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth()
64 if (w00<0) w00 = WEBRTC_SPL_WORD32_MAX; in WebRtcIlbcfix_Smooth()
70 bitsw00 = WebRtcSpl_GetSizeInBits(w00); in WebRtcIlbcfix_Smooth()
82 w00prim = w00 << scale1; in WebRtcIlbcfix_Smooth()
112 if( w00 < 1) { in WebRtcIlbcfix_Smooth()
113 w00=1; in WebRtcIlbcfix_Smooth()
128 (int16_t)WEBRTC_SPL_SHIFT_W32(w00, -scale); in WebRtcIlbcfix_Smooth()
133 w00w00 = (int16_t)WEBRTC_SPL_SHIFT_W32(w00, -scale) * in WebRtcIlbcfix_Smooth()
134 (int16_t)WEBRTC_SPL_SHIFT_W32(w00, -scale); in WebRtcIlbcfix_Smooth()
172 w00prim = WEBRTC_SPL_SHIFT_W32(w00, -scale2); in WebRtcIlbcfix_Smooth()