Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Ddecode_plc.c266 int16_t stretchPitchLP[PITCH_MAX_LAG + 10], stretchPitchLP1[PITCH_MAX_LAG + 10]; in WebRtcIsacfix_DecodePlcImpl() local
451 stretchPitchLP, lag0, (ISACdec_obj->plcstr_obj).stretchLag ); in WebRtcIsacfix_DecodePlcImpl()
532 pLP = (int16_t)(stretchPitchLP[ISACdec_obj->plcstr_obj.pitchIndex] * in WebRtcIsacfix_DecodePlcImpl()
569 stretchPitchLP, lag0, (ISACdec_obj->plcstr_obj).stretchLag ); in WebRtcIsacfix_DecodePlcImpl()
580 stretchPitchLP[k] = (int16_t)(( in WebRtcIsacfix_DecodePlcImpl()
581 (int32_t)stretchPitchLP[k]* 3 + in WebRtcIsacfix_DecodePlcImpl()
590 stretchPitchLP[k] = (int16_t)(( in WebRtcIsacfix_DecodePlcImpl()
591 (int32_t)stretchPitchLP[k] + in WebRtcIsacfix_DecodePlcImpl()
600 stretchPitchLP[k] = (int16_t)((stretchPitchLP[k] + in WebRtcIsacfix_DecodePlcImpl()
649 pLP = (int16_t)(stretchPitchLP[ISACdec_obj->plcstr_obj.pitchIndex] * in WebRtcIsacfix_DecodePlcImpl()
[all …]