Home
last modified time | relevance | path

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

/external/aac/libFDK/src/arm/
Dqmf_arm.cpp465 FIXP_QMF *RESTRICT imagSlot, in qmfSynPrototypeFirSlot1_filter() argument
481 imag = *--imagSlot; in qmfSynPrototypeFirSlot1_filter()
503 imag = *--imagSlot; in qmfSynPrototypeFirSlot1_filter()
535 … FIXP_QMF *RESTRICT imagSlot, /*!< Input: Pointer to imag Slot */ in qmfSynPrototypeFirSlot2() argument
554 imagSlot += no_channels-1; // no_channels-1 .. 0 in qmfSynPrototypeFirSlot2()
565 imag = *imagSlot--; in qmfSynPrototypeFirSlot2()
720 FIXP_DBL *imagSlot, /*!< Input: Pointer to imag Slot */
735 FIXP_DBL *imagSlot, /*!< Input: Pointer to imag 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.cpp179 … FIXP_QMF *RESTRICT imagSlot, /*!< Input: Pointer to imag Slot */ in qmfSynPrototypeFirSlot() argument
199 FIXP_QMF imag = imagSlot[j]; // no_channels-1 .. 0 in qmfSynPrototypeFirSlot()
247 … FIXP_QMF *RESTRICT imagSlot, /*!< Input: Pointer to imag Slot */ in qmfSynPrototypeFirSlot_NonSymmetric() argument
268 FIXP_QMF imag = imagSlot[j]; // no_channels-1 .. 0 in qmfSynPrototypeFirSlot_NonSymmetric()
834 const FIXP_QMF *imagSlot, in qmfSynthesisFilteringSlot() argument
844 imagSlot, in qmfSynthesisFilteringSlot()
/external/aac/libFDK/include/
Dqmf.h229 const FIXP_QMF *imagSlot,