Searched refs:AC_LD_MPS (Results 1 – 3 of 3) sorted by relevance
293 #define AC_LD_MPS 0x01000000 /*!< Low Delay MPS. */ macro
824 (self->flags & AC_LD_MPS) ? 1 : 0 ); in aacDecoder_DecodeFrame()
907 self->flags |= (asc->m_sc.m_eldSpecificConfig.m_useLdQmfTimeAlign) ? AC_LD_MPS : 0; in CAacDecoder_Init()