Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c362 int16_t tmp16, chng1, chng2, chng3, chng4, tmp, chngQ, oldNrgQlog, pgQ, pg3; in WebRtcIsacfix_GetVars() local
396 chngQ = (int16_t)(tmp * kChngFactor >> 10); /* Q12 */ in WebRtcIsacfix_GetVars()
397 chngQ += 2926; /* + 1.0/1.4 in Q12 */ in WebRtcIsacfix_GetVars()
422 divVal = WebRtcSpl_DivW32W16ResW16(expPg32, chngQ); /* Q22/Q12=Q10 */ in WebRtcIsacfix_GetVars()