Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dsmooth.c42 int32_t w11w00, w10w10, w00w00; in WebRtcIlbcfix_Smooth() local
133 w00w00 = (int16_t)WEBRTC_SPL_SHIFT_W32(w00, -scale) * in WebRtcIlbcfix_Smooth()
137 if (w00w00>65536) { in WebRtcIlbcfix_Smooth()
141 denom = WebRtcSpl_DivW32W16(endiff, (int16_t)(w00w00 >> 16)); in WebRtcIlbcfix_Smooth()