Searched refs:AC_INDEP (Results 1 – 6 of 6) sorted by relevance
319 #define AC_INDEP 0x100000 /*!< Independency flag */ macro
995 self->flags[0] & AC_INDEP); in CAacDecoder_ExtPayloadParse()1241 self->flags[0] & AC_INDEP); in aacDecoder_ParseExplicitMpsAndSbr()2670 self->flags[streamIndex] &= ~AC_INDEP; in CAacDecoder_DecodeFrame()2673 self->flags[streamIndex] |= AC_INDEP; in CAacDecoder_DecodeFrame()2690 !(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()
1085 if (flags & AC_INDEP) { in CLpd_TCX_Read()
1147 const int fGlobalIndependencyFlag = acFlags & AC_INDEP; in sbrDecoder_Parse()