Home
last modified time | relevance | path

Searched refs:stretchPitchLP1 (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
572 stretchPitchLP1, lag0, (ISACdec_obj->plcstr_obj).stretchLag ); in WebRtcIsacfix_DecodePlcImpl()
582 (int32_t)stretchPitchLP1[k])>>2); in WebRtcIsacfix_DecodePlcImpl()
592 (int32_t)stretchPitchLP1[k] )>>1); in WebRtcIsacfix_DecodePlcImpl()
601 (int32_t)stretchPitchLP1[k]*3 )>>2); in WebRtcIsacfix_DecodePlcImpl()
696 stretchPitchLP1, lag0, (ISACdec_obj->plcstr_obj).stretchLag ); in WebRtcIsacfix_DecodePlcImpl()
706 (int32_t)stretchPitchLP1[k] )>>2); in WebRtcIsacfix_DecodePlcImpl()
716 (int32_t)stretchPitchLP1[k])>>1); in WebRtcIsacfix_DecodePlcImpl()
726 (int32_t)stretchPitchLP1[k]*3 )>>2); in WebRtcIsacfix_DecodePlcImpl()