Searched refs:imagSlot (Results 1 – 3 of 3) sorted by relevance
/external/aac/libFDK/src/arm/ |
D | qmf_arm.cpp | 465 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/ |
D | qmf.cpp | 179 … 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/ |
D | qmf.h | 229 const FIXP_QMF *imagSlot,
|