Home
last modified time | relevance | path

Searched refs:AC_INDEP (Results 1 – 6 of 6) sorted by relevance

/external/aac/libSYS/include/
DFDK_audio.h319 #define AC_INDEP 0x100000 /*!< Independency flag */ macro
/external/aac/libAACdec/src/
Daacdecoder.cpp921 self->flags[0] & AC_INDEP); in CAacDecoder_ExtPayloadParse()
1167 self->flags[0] & AC_INDEP); in aacDecoder_ParseExplicitMpsAndSbr()
2529 self->flags[streamIndex] &= ~AC_INDEP; in CAacDecoder_DecodeFrame()
2532 self->flags[streamIndex] |= AC_INDEP; in CAacDecoder_DecodeFrame()
2549 !(self->flags[streamIndex] & AC_INDEP)) { in CAacDecoder_DecodeFrame()
Dstereo.cpp229 if (flags & AC_INDEP) { in CJointStereo_Read()
236 if (flags & AC_INDEP) { in CJointStereo_Read()
Dblock.cpp920 if (flags & AC_INDEP) { in CBlock_ReadAcSpectralData()
Dusacdec_lpd.cpp1074 if (flags & AC_INDEP) { in CLpd_TCX_Read()
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1144 const int fGlobalIndependencyFlag = acFlags & AC_INDEP; in sbrDecoder_Parse()