Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Ddecode_plc.c437 (ISACdec_obj->plcstr_obj).stretchLag = lag0; in WebRtcIsacfix_DecodePlcImpl()
454 stretchPitchLP, lag0, (ISACdec_obj->plcstr_obj).stretchLag ); in WebRtcIsacfix_DecodePlcImpl()
458 ((ISACdec_obj->plcstr_obj).stretchLag<<7); in WebRtcIsacfix_DecodePlcImpl()
552 (ISACdec_obj->plcstr_obj).stretchLag + in WebRtcIsacfix_DecodePlcImpl()
563 (ISACdec_obj->plcstr_obj).stretchLag ) in WebRtcIsacfix_DecodePlcImpl()
568 if( (ISACdec_obj->plcstr_obj).stretchLag != (lag0 + 1) ) in WebRtcIsacfix_DecodePlcImpl()
570 (ISACdec_obj->plcstr_obj).stretchLag = lag0 + 1; in WebRtcIsacfix_DecodePlcImpl()
574 (ISACdec_obj->plcstr_obj).stretchLag = lag0; in WebRtcIsacfix_DecodePlcImpl()
577 (ISACdec_obj->plcstr_obj).stretchLag = ( in WebRtcIsacfix_DecodePlcImpl()
578 (ISACdec_obj->plcstr_obj).stretchLag > PITCH_MAX_LAG in WebRtcIsacfix_DecodePlcImpl()
[all …]
Dinitialize.c171 State->stretchLag = 240; in WebRtcIsacfix_InitPlc()
Dstructs.h180 WebRtc_Word16 stretchLag; member