Lines Matching refs:fadeStop
229 FIXP_DBL fadeStop, PCM_DEC *pcmdata);
232 FIXP_DBL fadeStop,
1853 FIXP_DBL fadeStop, attMute = (FIXP_DBL)0; in CConcealment_TDFading() local
1911 fadeStop = in CConcealment_TDFading()
1921 fadeStop = in CConcealment_TDFading()
1926 fadeStop = attMute; in CConcealment_TDFading()
1941 CConcealment_TDFadeFillFadingStations(fadingStations, fadingSteps, fadeStop, in CConcealment_TDFading()
1967 pConcealmentInfo->fade_old = fadeStop; in CConcealment_TDFading()
1975 FIXP_DBL fadeStop, PCM_DEC *pcmdata) { in CConcealment_TDFadePcmAtt() argument
1984 dStep = (FIXP_DBL)((int)((fadeStart >> 1) - (fadeStop >> 1)) / len) << 1; in CConcealment_TDFadePcmAtt()
2022 FIXP_DBL fadeStop, in CConcealment_TDFadeFillFadingStations() argument
2032 fadeDiff = ((INT)(fadeStop - fadeStart) / fMax(fadingSteps_sum, (INT)1)); in CConcealment_TDFadeFillFadingStations()
2038 fadingStations[8] = fadeStop; in CConcealment_TDFadeFillFadingStations()