Home
last modified time | relevance | path

Searched refs:qmfImagSlot (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp200 FIXP_DBL *qmfRealSlot, FIXP_DBL *qmfImagSlot, in sbrDecoder_drcApplySlot() argument
226 useLP = (qmfImagSlot == NULL) ? 1 : 0; in sbrDecoder_drcApplySlot()
381 qmfImagSlot[bin] = fMult(qmfImagSlot[bin], drcFact_mag); in sbrDecoder_drcApplySlot()
484 qmfImagSlot[bin] = fMult(qmfImagSlot[bin], drcFact_mag); in sbrDecoder_drcApplySlot()
Dsbrdec_drc.h142 FIXP_DBL *qmfRealSlot, FIXP_DBL *qmfImagSlot,
/external/aac/libFDK/include/
Dqmf_pcm.h608 FIXP_DBL *qmfImagSlot = NULL; in qmfAnalysisFiltering() local
611 qmfImagSlot = qmfImag[i]; in qmfAnalysisFiltering()
614 qmfAnalysisFilteringSlot(anaQmf, qmfReal[i], qmfImagSlot, timeIn, stride, in qmfAnalysisFiltering()