Home
last modified time | relevance | path

Searched refs:qmf (Results 1 – 2 of 2) sorted by relevance

/external/aac/libFDK/src/arm/
Dqmf_arm.cpp533 HANDLE_QMF_FILTER_BANK qmf, in qmfSynPrototypeFirSlot2() argument
540 FIXP_QSS *RESTRICT sta = (FIXP_QSS*)qmf->FilterStates; in qmfSynPrototypeFirSlot2()
541 int no_channels = qmf->no_channels; in qmfSynPrototypeFirSlot2()
542 int scale = ((DFRACT_BITS-SAMPLE_BITS)-1-qmf->outScalefactor); in qmfSynPrototypeFirSlot2()
545 …const FIXP_DBL *RESTRICT p_flt = (FIXP_DBL *) qmf->p_filter; /* low=[0], high=[1] */ in qmfSynPrototypeFirSlot2()
546 …const FIXP_DBL *RESTRICT p_fltm = (FIXP_DBL *) qmf->p_filter + 155; /* low=[310], high=[311] */ in qmfSynPrototypeFirSlot2()
548 …FDK_ASSERT(SAMPLE_BITS-1-qmf->outScalefactor >= 0); // (DFRACT_BITS-SAMPLE_BITS)-1-qmf->outScale… in qmfSynPrototypeFirSlot2()
549 FDK_ASSERT(qmf->p_stride==2 && qmf->no_channels == 32); in qmfSynPrototypeFirSlot2()
600 no_channels = qmf->no_channels; in qmfSynPrototypeFirSlot2()
606 if (qmf->outGain != 0x80000000) in qmfSynPrototypeFirSlot2()
[all …]
/external/aac/libFDK/src/
Dqmf.cpp177 HANDLE_QMF_FILTER_BANK qmf, in qmfSynPrototypeFirSlot() argument
184 FIXP_QSS* FilterStates = (FIXP_QSS*)qmf->FilterStates; in qmfSynPrototypeFirSlot()
185 int no_channels = qmf->no_channels; in qmfSynPrototypeFirSlot()
186 const FIXP_PFT *p_Filter = qmf->p_filter; in qmfSynPrototypeFirSlot()
187 int p_stride = qmf->p_stride; in qmfSynPrototypeFirSlot()
191 int scale = ((DFRACT_BITS-SAMPLE_BITS)-1-qmf->outScalefactor); in qmfSynPrototypeFirSlot()
194 …p_fltm = p_Filter+(qmf->FilterSize/2)-p_stride*QMF_NO_POLY; /* 5 + (320 - 2*5) = 315-ter von 330 … in qmfSynPrototypeFirSlot()
196 …FDK_ASSERT(SAMPLE_BITS-1-qmf->outScalefactor >= 0); // (DFRACT_BITS-SAMPLE_BITS)-1-qmf->outScale… in qmfSynPrototypeFirSlot()
205 if (qmf->outGain!=(FIXP_DBL)0x80000000) { in qmfSynPrototypeFirSlot()
206 Are = fMult(Are,qmf->outGain); in qmfSynPrototypeFirSlot()
[all …]