Searched refs:AC_LD (Results 1 – 6 of 6) sorted by relevance
143 if (flags & AC_LD) { in IcsRead()151 if ( (flags & (AC_ELD|AC_LD)) && pIcsInfo->WindowSequence != OnlyLongSequence) { in IcsRead()
204 if ( self->flags & (AC_USAC|AC_RSVD50|AC_LD|AC_ELD) in aacDecoder_ConfigCallback()866 self->limiterEnableCurr = ( self->flags & (AC_LD|AC_ELD) ) ? 0 : 1; in aacDecoder_DecodeFrame()
978 self->flags |= (asc->m_aot == AOT_ER_AAC_LD) ? AC_LD : 0; in CAacDecoder_Init()
316 #define AC_LD 0x000020 /*!< AAC-LD */ macro
874 if (syntaxFlags & (AC_LD|AC_ELD)) in FDKaacEnc_QCMain()
807 hAacConfig->syntaxFlags |= AC_ER|AC_LD; in FDKaacEnc_AdjustEncSettings()