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

/external/aac/libSBRdec/src/
H A Dsbrdec_drc.h138 FIXP_DBL *qmfImagSlot,
H A Dsbrdec_drc.cpp184 \qmfImagSlot Pointer to the imaginary QMF data of one time slot.
194 FIXP_DBL *qmfImagSlot,
223 useLP = (qmfImagSlot == NULL) ? 1 : 0;
375 qmfImagSlot[bin] = fMult(qmfImagSlot[bin], drcFact_mag);
453 qmfImagSlot[bin] = fMult(qmfImagSlot[bin], drcFact_mag);
473 \qmfImagSlot Pointer to the imaginary QMF data of the whole frame.
191 sbrDecoder_drcApplySlot( HANDLE_SBR_DRC_CHANNEL hDrcData, FIXP_DBL *qmfRealSlot, FIXP_DBL *qmfImagSlot, int col, int numQmfSubSamples, int maxShift ) argument
/external/aac/libFDK/src/
H A Dqmf.cpp645 FIXP_QMF *qmfImagSlot = NULL; local
648 qmfImagSlot = qmfImag[i];
651 qmfAnalysisFilteringSlot( anaQmf, qmfReal[i], qmfImagSlot, timeIn , stride, pWorkBuffer );

Completed in 116 milliseconds