HomeSort by relevance Sort by last modified time
    Searched refs:QmfDomainOut (Results 1 - 5 of 5) 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))
554 FIXP_DBL outGain_m = qd->QmfDomainOut[ch].fb.outGain_m;
555 int outGain_e = qd->QmfDomainOut[ch].fb.outGain_e;
556 int outScale = qmfGetOutScalefactor(&qd->QmfDomainOut[ch].fb);
558 &qd->QmfDomainOut[ch].fb, qd->QmfDomainOut[ch].pSynQmfStates, noCols
    [all...]
  /external/aac/libFDK/include/
FDK_qmf_domain.h 278 QmfDomainOut[((8) + (1))]; /*!< Array of QMF domain output structures */
  /external/aac/libSACdec/src/
sac_process.cpp     [all...]
sac_dec.cpp 780 qmfChangeOutScalefactor(&self->pQmfDomain->QmfDomainOut[nCh].fb, scale);
781 qmfChangeOutGain(&self->pQmfDomain->QmfDomainOut[nCh].fb, outputGain_m,
    [all...]
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 441 &self->pQmfDomain->QmfDomainOut[absCh_offset + ch];
    [all...]

Completed in 2542 milliseconds