Searched refs:AC_INDEP (Results 1 – 6 of 6) sorted by relevance
319 #define AC_INDEP 0x100000 /*!< Independency flag */ macro
921 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()
229 if (flags & AC_INDEP) { in CJointStereo_Read()236 if (flags & AC_INDEP) { in CJointStereo_Read()
920 if (flags & AC_INDEP) { in CBlock_ReadAcSpectralData()
1074 if (flags & AC_INDEP) { in CLpd_TCX_Read()
1144 const int fGlobalIndependencyFlag = acFlags & AC_INDEP; in sbrDecoder_Parse()