Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Ddecode_plc.c434 (ISACdec_obj->plcstr_obj).stretchLag = lag0; in WebRtcIsacfix_DecodePlcImpl()
451 stretchPitchLP, lag0, (ISACdec_obj->plcstr_obj).stretchLag ); in WebRtcIsacfix_DecodePlcImpl()
455 (int16_t)((ISACdec_obj->plcstr_obj).stretchLag<<7); in WebRtcIsacfix_DecodePlcImpl()
539 (ISACdec_obj->plcstr_obj).stretchLag + in WebRtcIsacfix_DecodePlcImpl()
550 (ISACdec_obj->plcstr_obj).stretchLag ) in WebRtcIsacfix_DecodePlcImpl()
555 if( (ISACdec_obj->plcstr_obj).stretchLag != (lag0 + 1) ) in WebRtcIsacfix_DecodePlcImpl()
557 (ISACdec_obj->plcstr_obj).stretchLag = lag0 + 1; in WebRtcIsacfix_DecodePlcImpl()
561 (ISACdec_obj->plcstr_obj).stretchLag = lag0; in WebRtcIsacfix_DecodePlcImpl()
564 (ISACdec_obj->plcstr_obj).stretchLag = ( in WebRtcIsacfix_DecodePlcImpl()
565 (ISACdec_obj->plcstr_obj).stretchLag > PITCH_MAX_LAG in WebRtcIsacfix_DecodePlcImpl()
[all …]
Dinitialize.c169 State->stretchLag = 240; in WebRtcIsacfix_InitPlc()
Dstructs.h182 size_t stretchLag; member