HomeSort by relevance Sort by last modified time
    Searched refs:pSynQmfStates (Results 1 - 2 of 2) sorted by null

  /external/aac/libFDK/src/
FDK_qmf_domain.cpp 256 if (qd->QmfDomainOut[ch].pSynQmfStates) {
257 FreeSynQmfStates(&qd->QmfDomainOut[ch].pSynQmfStates);
372 if (qd->QmfDomainOut[ch].pSynQmfStates == NULL) {
373 if (NULL == (qd->QmfDomainOut[ch].pSynQmfStates = GetSynQmfStates(ch)))
377 qd->QmfDomainOut[ch].pSynQmfStates = NULL;
486 (qd->QmfDomainOut[0].pSynQmfStates == NULL))
558 &qd->QmfDomainOut[ch].fb, qd->QmfDomainOut[ch].pSynQmfStates, noCols,
    [all...]
  /external/aac/libFDK/include/
FDK_qmf_domain.h 265 FIXP_QSS *pSynQmfStates; /*!< Pointer to QMF synthesis states (persistent

Completed in 121 milliseconds