Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dconceal.h125 SHORT *fadeOutAttenuationVector,
Dconceal.cpp471 SHORT *fadeOutAttenuationVector, in CConcealment_SetAttenuation() argument
474 if ( (fadeOutAttenuationVector == NULL) in CConcealment_SetAttenuation()
480 if (fadeOutAttenuationVector != NULL) in CConcealment_SetAttenuation()
486 …if ((fadeOutAttenuationVector[i] < 0) || (fadeOutAttenuationVector[i] > CONCEAL_MAX_QUANT_FACTOR))… in CConcealment_SetAttenuation()
500 …BL)((INT)(FL2FXCONST_DBL(1.0/2.0)>>(CONCEAL_PARAMETER_BITS-1)) * (INT)fadeOutAttenuationVector[i]), in CConcealment_SetAttenuation()