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.cpp465 const SHORT *fadeInAttenuationVector) { in CConcealment_SetAttenuation() argument
466 if ((fadeOutAttenuationVector == NULL) && (fadeInAttenuationVector == NULL)) { in CConcealment_SetAttenuation()
497 if (fadeInAttenuationVector != NULL) { in CConcealment_SetAttenuation()
502 if ((fadeInAttenuationVector[i] < 0) || in CConcealment_SetAttenuation()
503 (fadeInAttenuationVector[i] > CONCEAL_MAX_QUANT_FACTOR)) { in CConcealment_SetAttenuation()
516 (INT)fadeInAttenuationVector[i]), in CConcealment_SetAttenuation()