Searched refs:CONCEAL_MAX_QUANT_FACTOR (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
H A Dconceal.cpp160 #define CONCEAL_MAX_QUANT_FACTOR ( (1<<CONCEAL_PARAMETER_BITS)-1 ) macro
486 if ((fadeOutAttenuationVector[i] < 0) || (fadeOutAttenuationVector[i] > CONCEAL_MAX_QUANT_FACTOR)) {
514 if ((fadeInAttenuationVector[i] < 0) || (fadeInAttenuationVector[i] > CONCEAL_MAX_QUANT_FACTOR)) {

Completed in 136 milliseconds