Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsmooth.c36 int32_t B_W32, denom, num; in WebRtcIlbcfix_Smooth() local
181 B_W32 = 0; in WebRtcIlbcfix_Smooth()
183 B_W32 = (int32_t)1073741824 - (int32_t)ENH_A0DIV2 - in WebRtcIlbcfix_Smooth()
186 B = (int16_t)(B_W32 >> 16); /* B in Q14. */ in WebRtcIlbcfix_Smooth()