Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Ddecode_plc.c269 WebRtc_Word16 stretchPitchLP[PITCH_MAX_LAG + 10], stretchPitchLP1[PITCH_MAX_LAG + 10]; in WebRtcIsacfix_DecodePlcImpl() local
585 stretchPitchLP1, lag0, (ISACdec_obj->plcstr_obj).stretchLag ); in WebRtcIsacfix_DecodePlcImpl()
595 (WebRtc_Word32)stretchPitchLP1[k])>>2); in WebRtcIsacfix_DecodePlcImpl()
605 (WebRtc_Word32)stretchPitchLP1[k] )>>1); in WebRtcIsacfix_DecodePlcImpl()
614 (WebRtc_Word32)stretchPitchLP1[k]*3 )>>2); in WebRtcIsacfix_DecodePlcImpl()
715 stretchPitchLP1, lag0, (ISACdec_obj->plcstr_obj).stretchLag ); in WebRtcIsacfix_DecodePlcImpl()
725 (WebRtc_Word32)stretchPitchLP1[k] )>>2); in WebRtcIsacfix_DecodePlcImpl()
735 (WebRtc_Word32)stretchPitchLP1[k])>>1); in WebRtcIsacfix_DecodePlcImpl()
745 (WebRtc_Word32)stretchPitchLP1[k]*3 )>>2); in WebRtcIsacfix_DecodePlcImpl()