Home
last modified time | relevance | path

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

/external/aac/libFDK/src/arm/
Dqmf_arm.cpp464 static void qmfSynPrototypeFirSlot1_filter(FIXP_QMF *RESTRICT realSlot, in qmfSynPrototypeFirSlot1_filter() argument
480 real = *--realSlot; in qmfSynPrototypeFirSlot1_filter()
502 real = *--realSlot; in qmfSynPrototypeFirSlot1_filter()
534 … FIXP_QMF *RESTRICT realSlot, /*!< Input: Pointer to real Slot */ in qmfSynPrototypeFirSlot2() argument
553 realSlot += no_channels-1; // ~~"~~ in qmfSynPrototypeFirSlot2()
564 real = *realSlot--; in qmfSynPrototypeFirSlot2()
719 FIXP_DBL *realSlot, /*!< Input: Pointer to real Slot */
734 FIXP_DBL *realSlot, /*!< Input: Pointer to real Slot */ in qmfSynPrototypeFirSlot() argument
744 err = qmfSynPrototypeFirSlot2(qmf, realSlot, imagSlot, timeOut, stride); in qmfSynPrototypeFirSlot()
752 qmfSynPrototypeFirSlot_fallback(qmf, realSlot, imagSlot, timeOut, stride); in qmfSynPrototypeFirSlot()
/external/aac/libFDK/src/
Dqmf.cpp178 … FIXP_QMF *RESTRICT realSlot, /*!< Input: Pointer to real Slot */ in qmfSynPrototypeFirSlot() argument
200 FIXP_QMF real = realSlot[j]; // ~~"~~ in qmfSynPrototypeFirSlot()
246 … FIXP_QMF *RESTRICT realSlot, /*!< Input: Pointer to real Slot */ in qmfSynPrototypeFirSlot_NonSymmetric() argument
269 FIXP_QMF real = realSlot[j]; // ~~"~~ in qmfSynPrototypeFirSlot_NonSymmetric()
833 const FIXP_QMF *realSlot, in qmfSynthesisFilteringSlot() argument
843 realSlot, in qmfSynthesisFilteringSlot()
853 realSlot, in qmfSynthesisFilteringSlot()
860 realSlot, in qmfSynthesisFilteringSlot()
/external/aac/libFDK/include/
Dqmf.h228 const FIXP_QMF *realSlot,