Lines Matching refs:fadeStop
229 FIXP_DBL fadeStop, FIXP_PCM *pcmdata);
232 FIXP_DBL fadeStop,
1856 FIXP_DBL fadeStop, attMute = (FIXP_DBL)0; in CConcealment_TDFading() local
1914 fadeStop = in CConcealment_TDFading()
1924 fadeStop = in CConcealment_TDFading()
1929 fadeStop = attMute; in CConcealment_TDFading()
1944 CConcealment_TDFadeFillFadingStations(fadingStations, fadingSteps, fadeStop, in CConcealment_TDFading()
1969 pConcealmentInfo->fade_old = fadeStop; in CConcealment_TDFading()
1977 FIXP_DBL fadeStop, FIXP_PCM *pcmdata) { in CConcealment_TDFadePcmAtt() argument
1987 dStep = (FIXP_DBL)((int)((fadeStart >> 1) - (fadeStop >> 1)) / len) << 1; in CConcealment_TDFadePcmAtt()
2025 FIXP_DBL fadeStop, in CConcealment_TDFadeFillFadingStations() argument
2035 fadeDiff = ((INT)(fadeStop - fadeStart) / fMax(fadingSteps_sum, (INT)1)); in CConcealment_TDFadeFillFadingStations()
2041 fadingStations[8] = fadeStop; in CConcealment_TDFadeFillFadingStations()