Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Ddecode_plc.c276 int16_t ltpGain, pitchGain, myVoiceIndicator, myAbs, maxAbs; in WebRtcIsacfix_DecodePlcImpl() local
346 pitchGain = (ISACdec_obj->plcstr_obj).lastPitchGain_Q12; in WebRtcIsacfix_DecodePlcImpl()
397 if( ltpGain < 100 && (pitchGain < 1800) ) in WebRtcIsacfix_DecodePlcImpl()
411 if( (pitchGain < 450) || (pitchGain > 1600) ) in WebRtcIsacfix_DecodePlcImpl()
413 (ISACdec_obj->plcstr_obj).A = ((pitchGain < 450) in WebRtcIsacfix_DecodePlcImpl()
420 myVoiceIndicator = ltpGain * 2 + pitchGain; in WebRtcIsacfix_DecodePlcImpl()
428 myVoiceIndicator = ltpGain * 16 + pitchGain * 2 + (pitchGain >> 8); in WebRtcIsacfix_DecodePlcImpl()