Searched refs:endiff (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsmooth.c38 int32_t w00,w10,w11, endiff, crit; local
84 endiff = WEBRTC_SPL_LSHIFT_W32(
86 C = (int16_t)WebRtcSpl_SqrtFloor(endiff); /* C is in Q11 */
139 endiff = (w11w00-w10w10);
140 endiff = WEBRTC_SPL_MAX(0, endiff);
142 denom = WebRtcSpl_DivW32W16(endiff, (int16_t)WEBRTC_SPL_RSHIFT_W32(w00w00, 16));

Completed in 343 milliseconds