Home
last modified time | relevance | path

Searched refs:myAbs (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
358 myAbs = WEBRTC_SPL_ABS_W16( in WebRtcIsacfix_DecodePlcImpl()
361 maxAbs = (myAbs > maxAbs)? myAbs:maxAbs; in WebRtcIsacfix_DecodePlcImpl()