Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsmooth.c44 int32_t w11w00, w10w10, w00w00; in WebRtcIlbcfix_Smooth() local
132 w10w10 = (int16_t)WEBRTC_SPL_SHIFT_W32(w10, -scale) * in WebRtcIlbcfix_Smooth()
140 endiff = (w11w00-w10w10); in WebRtcIlbcfix_Smooth()