Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dconceal.h130 const SHORT *fadeOutAttenuationVector,
Dconceal.cpp466 const SHORT *fadeOutAttenuationVector, in CConcealment_SetAttenuation() argument
468 if ((fadeOutAttenuationVector == NULL) && (fadeInAttenuationVector == NULL)) { in CConcealment_SetAttenuation()
473 if (fadeOutAttenuationVector != NULL) { in CConcealment_SetAttenuation()
478 if ((fadeOutAttenuationVector[i] < 0) || in CConcealment_SetAttenuation()
479 (fadeOutAttenuationVector[i] > CONCEAL_MAX_QUANT_FACTOR)) { in CConcealment_SetAttenuation()
493 (INT)fadeOutAttenuationVector[i]), in CConcealment_SetAttenuation()