Searched refs:flags_requested (Results 1 – 6 of 6) sorted by relevance
786 hgc->flags_requested = 0; in FDK_QmfDomain_ClearRequested()890 hgc->flags_requested |= QMF_FLAG_DOWNSAMPLED; in FDK_QmfDomain_Configure()899 if (hgc->flags != hgc->flags_requested) { in FDK_QmfDomain_Configure()900 if ((hgc->flags_requested & QMF_FLAG_MPSLDFB) && in FDK_QmfDomain_Configure()901 (hgc->flags_requested & QMF_FLAG_CLDFB)) { in FDK_QmfDomain_Configure()902 hgc->flags_requested &= ~QMF_FLAG_CLDFB; in FDK_QmfDomain_Configure()904 hgc->flags = hgc->flags_requested; in FDK_QmfDomain_Configure()
192 UINT flags_requested; /*!< Corresponding requested not yet active member
357 self->pQmfDomain->globalConf.flags_requested |= qmfFlags; in sbrDecoder_ResetElement()1864 self->pQmfDomain->globalConf.flags_requested |= QMF_FLAG_LP; in sbrDecoder_Apply()1867 self->pQmfDomain->globalConf.flags_requested &= ~QMF_FLAG_LP; in sbrDecoder_Apply()
751 flags = self->pQmfDomain->globalConf.flags_requested; in FDK_SpatialDecInit()764 self->pQmfDomain->globalConf.flags_requested = flags; in FDK_SpatialDecInit()
1082 pGC->flags_requested |= QMF_FLAG_MPSLDFB; in mpegSurroundDecoder_ConfigureQmfDomain()1083 pGC->flags_requested &= ~QMF_FLAG_CLDFB; in mpegSurroundDecoder_ConfigureQmfDomain()
1996 self->qmfDomain.globalConf.flags_requested = 0; in CAacDecoder_Init()