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