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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsmooth.c36 int32_t B_W32, denom, num; local
169 /* B_W32 is in Q30 ( B = 1 - ENH_A0/2 - A * w10/w00 ) */
185 B_W32 = 0;
187 B_W32 = (int32_t)1073741824 - (int32_t)ENH_A0DIV2 -
190 B = (int16_t)WEBRTC_SPL_RSHIFT_W32(B_W32, 16); /* B in Q14 */

Completed in 119 milliseconds