Home
last modified time | relevance | path

Searched refs:fadeInSlope (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Dconceal.h116 int fadeInSlope,
Dconceal.cpp369 int fadeInSlope, in CConcealment_SetParams() argument
411 if (fadeInSlope != AACDEC_CONCEAL_PARAM_NOT_SPECIFIED) { in CConcealment_SetParams()
412 if ( (fadeInSlope < CONCEAL_MAX_NUM_FADE_FACTORS) in CConcealment_SetParams()
413 && (fadeInSlope >= 1) ) in CConcealment_SetParams()
419 concealParams->numFadeInFrames = fadeInSlope; in CConcealment_SetParams()