Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c364 int16_t expPg, divVal; in WebRtcIsacfix_GetVars() local
415 expPg = -(tmp16_2 << -tmp16_1); in WebRtcIsacfix_GetVars()
417 expPg = -(tmp16_2 >> tmp16_1); in WebRtcIsacfix_GetVars()
419 expPg = (int16_t) -16384; /* 1 in Q14, since 2^0=1 */ in WebRtcIsacfix_GetVars()
421 expPg32 = (int32_t)expPg << 8; /* Q22 */ in WebRtcIsacfix_GetVars()
429 expPg = tmp16_2 << -tmp16_1; in WebRtcIsacfix_GetVars()
431 expPg = tmp16_2 >> tmp16_1; in WebRtcIsacfix_GetVars()
433 expPg = (int16_t) 16384; /* 1 in Q14, since 2^0=1 */ in WebRtcIsacfix_GetVars()
435 *varscale = expPg-1; in WebRtcIsacfix_GetVars()