Home
last modified time | relevance | path

Searched refs:nCh (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSACdec/src/
Dsac_dec.cpp630 int nCh, i, j, k; in FDK_SpatialDecInit() local
768 for (nCh = 0; nCh < self->numOutputChannelsAT; nCh++) { in FDK_SpatialDecInit()
770 FIXP_DBL outputGain_m = getChGain(self, nCh, &outputGain_e); in FDK_SpatialDecInit()
780 qmfChangeOutScalefactor(&self->pQmfDomain->QmfDomainOut[nCh].fb, scale); in FDK_SpatialDecInit()
781 qmfChangeOutGain(&self->pQmfDomain->QmfDomainOut[nCh].fb, outputGain_m, in FDK_SpatialDecInit()
786 for (nCh = 0; nCh < self->numOutputChannelsAT; nCh++) { in FDK_SpatialDecInit()
787 FDKhybridSynthesisInit(&self->hybridSynthesis[nCh], THREE_TO_TEN, in FDK_SpatialDecInit()
792 for (nCh = 0; nCh < self->createParams.maxNumInputChannels; nCh++) { in FDK_SpatialDecInit()
794 &self->hybridAnalysis[nCh], THREE_TO_TEN, self->qmfBands, maxQmfBands, in FDK_SpatialDecInit()
797 for (; nCh < (self->createParams.bProcResidual in FDK_SpatialDecInit()
[all …]
/external/aac/libSBRdec/src/
Denv_extr.cpp625 const int nCh = (hFrameDataRight == NULL) ? 1 : 2; in sbrGetChannelElement() local
631 if ((flags & SBRDEC_SYNTAX_SCAL) || (nCh == 2)) { in sbrGetChannelElement()
637 if (nCh == 2) { in sbrGetChannelElement()
669 if (nCh == 2) { in sbrGetChannelElement()
691 if (nCh == 2) { in sbrGetChannelElement()
702 if (nCh == 2) { in sbrGetChannelElement()
717 FDK_ASSERT(nCh == 1); /* PVC not possible for CPE */ in sbrGetChannelElement()
734 if (nCh == 2) { in sbrGetChannelElement()
757 if (nCh == 2) { in sbrGetChannelElement()
765 if (nCh == 2) { in sbrGetChannelElement()
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp3310 unsigned int i, nCh; local
3346 for(nCh = 0; nCh < 4 && pChannels[nCh]; ++nCh)
3347 po[nCh] = bNegate[nCh] ? -pv[i32Map[nCh]] : pv[i32Map[nCh]];
3349 for(; nCh < 4; ++nCh)
3350 po[nCh] = 0;
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp159 SCHAR nCh; /* number of channels */ member
1709 if (sc_chan_config.nCh > (SCHAR)TP_USAC_MAX_SPEAKERS) { in UsacRsv60DecoderConfig_Parse()
1986 (sc_chan_config_tab[channelConfigurationIndex].nCh != in UsacConfig_Parse()