Searched refs:stretchLag (Results 1 – 3 of 3) sorted by relevance
434 (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 …]
169 State->stretchLag = 240; in WebRtcIsacfix_InitPlc()
182 size_t stretchLag; member