Searched refs:AC_RSVD50 (Results 1 – 6 of 6) sorted by relevance
138 if ( !(flags & (AC_USAC|AC_RSVD50)) ) { in IcsRead()164 …if ( !(flags & (AC_ELD|AC_SCALABLE|AC_BSAC|AC_USAC|AC_RSVD50)) ) /* If not ELD nor Scalable nor BS… in IcsRead()
1182 if ( ! (self->flags & (AC_USAC|AC_RSVD50)) ) { in CAacDecoder_DecodeFrame()1220 if (! (self->flags & (AC_USAC|AC_RSVD50|AC_ELD|AC_SCALABLE|AC_ER))) in CAacDecoder_DecodeFrame()1252 if ( !(self->flags & (AC_USAC|AC_RSVD50)) ) { in CAacDecoder_DecodeFrame()1498 …if ( (bitCnt > 0) && (self->flags & AC_SBR_PRESENT) && (self->flags & (AC_USAC|AC_RSVD50|AC_ELD|AC… in CAacDecoder_DecodeFrame()1543 if ( ! (self->flags & (AC_USAC|AC_RSVD50|AC_DRM)) ) in CAacDecoder_DecodeFrame()
202 if (flags & (AC_MPS_RES|AC_USAC|AC_RSVD50)) { in CBlock_ReadScaleFactorData()640 if ( !(flags & (AC_USAC|AC_RSVD50|AC_MPS_RES)) ) { in ApplyTools()
210 if ( self->flags & (AC_USAC|AC_RSVD50|AC_LD|AC_ELD) in aacDecoder_ConfigCallback()
938 if ( !(flags & (AC_USAC|AC_RSVD50)) in CConcealment_ApplyNoise()
301 #define AC_RSVD50 0x001000 /*!< Rsvd50 */ macro