HomeSort by relevance Sort by last modified time
    Searched refs:AC_SCALABLE (Results 1 - 7 of 7) sorted by null

  /external/aac/libAACdec/src/
channelinfo.cpp 164 if ( !(flags & (AC_ELD|AC_SCALABLE|AC_BSAC|AC_USAC|AC_RSVD50)) ) /* If not ELD nor Scalable nor BSAC nor USAC syntax then ... */
channel.cpp 259 if (flags & (AC_ELD|AC_SCALABLE)) {
block.cpp 627 if ( IsLongBlock(&pAacDecoderChannelInfo->icsInfo) && !(flags & (AC_ELD|AC_SCALABLE)) )
aacdecoder.cpp     [all...]
  /external/aac/libAACenc/src/
bitenc.cpp 189 statBits = (!(syntaxFlags & AC_SCALABLE)) ? 11 : 10;
207 if (!(syntaxFlags & (AC_SCALABLE|AC_ELD)) ) { /* If not scalable syntax then ... */
843 if (syntaxFlags & (AC_SCALABLE|AC_ER))
    [all...]
aacenc.cpp 842 if (!(hAacEnc->config->syntaxFlags & (AC_SCALABLE|AC_ER))) {
    [all...]
  /external/aac/libSYS/include/
FDK_audio.h 275 #define AC_SCALABLE 0x000008 /*!< AAC Scalable*/

Completed in 46 milliseconds