Searched refs:AC_PS_PRESENT (Results 1 – 3 of 3) sorted by relevance
868 self->flags |= AC_PS_PRESENT; in aacDecoder_DecodeFrame()874 self->flags &= ~AC_PS_PRESENT; in aacDecoder_DecodeFrame()
933 self->flags |= (asc->m_psPresentFlag) ? AC_PS_PRESENT : 0; in CAacDecoder_Init()959 self->flags |= AC_PS_PRESENT; in CAacDecoder_Init()
306 #define AC_PS_PRESENT 0x008000 /*!< PS present flag (from ASC or implicit) */ macro