Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsmooth.c39 int32_t w00prim, w10prim, w11_div_w00; in WebRtcIlbcfix_Smooth() local
178 w11_div_w00=WebRtcSpl_DivW32W16(w10prim, (int16_t)w00prim); in WebRtcIlbcfix_Smooth()
180 if (WebRtcSpl_GetSizeInBits(w11_div_w00)+WebRtcSpl_GetSizeInBits(A)>31) { in WebRtcIlbcfix_Smooth()
184 WEBRTC_SPL_MUL(A, w11_div_w00); in WebRtcIlbcfix_Smooth()