Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dconceal.h131 const SHORT *fadeInAttenuationVector);
Dconceal.cpp467 const SHORT *fadeInAttenuationVector) { in CConcealment_SetAttenuation() argument
468 if ((fadeOutAttenuationVector == NULL) && (fadeInAttenuationVector == NULL)) { in CConcealment_SetAttenuation()
499 if (fadeInAttenuationVector != NULL) { in CConcealment_SetAttenuation()
504 if ((fadeInAttenuationVector[i] < 0) || in CConcealment_SetAttenuation()
505 (fadeInAttenuationVector[i] > CONCEAL_MAX_QUANT_FACTOR)) { in CConcealment_SetAttenuation()
518 (INT)fadeInAttenuationVector[i]), in CConcealment_SetAttenuation()