Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c376 WebRtc_Word16 expPg, divVal; in WebRtcIsacfix_GetVars() local
427 expPg=(WebRtc_Word16) -WEBRTC_SPL_LSHIFT_W16(tmp16_2, -tmp16_1); in WebRtcIsacfix_GetVars()
429 expPg=(WebRtc_Word16) -WEBRTC_SPL_RSHIFT_W16(tmp16_2, tmp16_1); in WebRtcIsacfix_GetVars()
431 expPg = (WebRtc_Word16) -16384; /* 1 in Q14, since 2^0=1 */ in WebRtcIsacfix_GetVars()
433 expPg32 = (WebRtc_Word32)WEBRTC_SPL_LSHIFT_W16((WebRtc_Word32)expPg, 8); /* Q22 */ in WebRtcIsacfix_GetVars()
441 expPg=(WebRtc_Word16) WEBRTC_SPL_LSHIFT_W16(tmp16_2, -tmp16_1); in WebRtcIsacfix_GetVars()
443 expPg=(WebRtc_Word16) WEBRTC_SPL_RSHIFT_W16(tmp16_2, tmp16_1); in WebRtcIsacfix_GetVars()
445 expPg = (WebRtc_Word16) 16384; /* 1 in Q14, since 2^0=1 */ in WebRtcIsacfix_GetVars()
447 *varscale = expPg-1; in WebRtcIsacfix_GetVars()