Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Ddecode_plc.c278 WebRtc_Word16 ltpGain, pitchGain, myVoiceIndicator, myAbs, maxAbs; in WebRtcIsacfix_DecodePlcImpl() local
372 ltpGain = (WebRtc_Word16)(logVarOut - logVarIn); in WebRtcIsacfix_DecodePlcImpl()
398 if( (ltpGain < 110) || (ltpGain > 230) ) in WebRtcIsacfix_DecodePlcImpl()
400 if( ltpGain < 100 && (pitchGain < 1800) ) in WebRtcIsacfix_DecodePlcImpl()
406 (ISACdec_obj->plcstr_obj).A = ((ltpGain < 110) && (Q < 800) in WebRtcIsacfix_DecodePlcImpl()
423 myVoiceIndicator = ltpGain * 2 + pitchGain; in WebRtcIsacfix_DecodePlcImpl()
431 myVoiceIndicator = ltpGain * 16 + pitchGain * 2 + (pitchGain >> 8); in WebRtcIsacfix_DecodePlcImpl()