Searched refs:no_channels (Results 1 – 6 of 6) sorted by relevance
/external/aac/libFDK/src/ |
D | qmf.cpp | 185 int no_channels = qmf->no_channels; in qmfSynPrototypeFirSlot() local 198 for (j = no_channels-1; j >= 0; j--) { /* ---- l�uft ueber alle Linien eines Slots ---- */ in qmfSynPrototypeFirSlot() 253 int no_channels = qmf->no_channels; in qmfSynPrototypeFirSlot_NonSymmetric() local 266 for (j = no_channels-1; j >= 0; j--) { /* ---- l�uft ueber alle Linien eines Slots ---- */ in qmfSynPrototypeFirSlot_NonSymmetric() 311 … int no_channels, /*!< Number channels of analysis filter */ in qmfAnaPrototypeFirSlot() argument 321 FIXP_QMF *RESTRICT pData_0 = analysisBuffer + 2*no_channels - 1; in qmfAnaPrototypeFirSlot() 325 FIXP_QAS *RESTRICT sta_1 = (FIXP_QAS *)pFilterStates + (2*QMF_NO_POLY*no_channels) - 1; in qmfAnaPrototypeFirSlot() 327 int staStep1 = no_channels<<1; in qmfAnaPrototypeFirSlot() 328 int staStep2 = (no_channels<<3) - 1; /* Rewind one less */ in qmfAnaPrototypeFirSlot() 342 for (k=0; k<no_channels-1; k++) in qmfAnaPrototypeFirSlot() [all …]
|
/external/aac/libFDK/src/arm/ |
D | qmf_arm.cpp | 95 int L = anaQmf->no_channels; in qmfForwardModulationLP_odd() 97 int shift = (anaQmf->no_channels>>6) + 1; in qmfForwardModulationLP_odd() 167 … int no_channels, /*!< Number channels of analysis filter */ in qmfAnaPrototypeFirSlot() argument 175 FIXP_QMF *RESTRICT pData_0 = analysisBuffer + 2*no_channels - 1; in qmfAnaPrototypeFirSlot() 179 FIXP_QAS *RESTRICT sta_1 = (FIXP_QAS *)pFilterStates + (2*QMF_NO_POLY*no_channels) - 1; in qmfAnaPrototypeFirSlot() 184 int staStep1 = no_channels<<1; in qmfAnaPrototypeFirSlot() 185 int staStep2 = (no_channels<<3) - 1; /* Rewind one less */ in qmfAnaPrototypeFirSlot() 208 no_channels >>= 1; in qmfAnaPrototypeFirSlot() 209 for (; --no_channels; ) in qmfAnaPrototypeFirSlot() 360 for (; --no_channels; ) in qmfAnaPrototypeFirSlot() [all …]
|
/external/aac/libFDK/include/ |
D | qmf.h | 164 int no_channels; /*!< Total number of channels (subbands) */ member 206 int no_channels, /*!< Number of critically sampled bands */ 224 int no_channels, /*!< Number of critically sampled bands */
|
/external/aac/libSBRdec/src/ |
D | sbr_dec.cpp | 234 hSbrDec->AnalysiscQMF.no_channels, in changeQmfType() 249 hSbrDec->SynthesisQMF.no_channels, in changeQmfType() 664 timeOutRight+(i*synQmf->no_channels*strideOut), in sbr_dec() 673 timeOut+(i*synQmf->no_channels*strideOut), in sbr_dec() 903 …hSbrDec->SynthesisQMF.usb = fixMin((INT)hSbrDec->SynthesisQMF.no_channels, (INT)hHeaderData->freqB… in resetSbrDec()
|
D | sbrdecoder.cpp | 1450 self->pSbrElement[0]->pSbrChannel[0]->SbrDec.SynthesisQMF.no_channels in sbrDecoder_Apply()
|
/external/aac/libSBRenc/src/ |
D | ps_main.cpp | 395 downsampledOutSignal+(n*sbrSynthQmf->no_channels), in DownmixPSQmfData() 489 samples[psCh]+i*(hQmfAnalysis[psCh]->no_channels*timeInStride), in FDKsbrEnc_PSEnc_ParametricStereoProcessing()
|