Searched refs:nInputChannels (Results 1 – 10 of 10) sorted by relevance
706 INT nInputChannels; in mpegSurroundDecoder_Config() local720 nInputChannels = spatialSpecificConfig.nInputChannels; in mpegSurroundDecoder_Config()727 nInputChannels = in mpegSurroundDecoder_Config()728 pMpegSurroundDecoder->spatialSpecificConfigBackup.nInputChannels; in mpegSurroundDecoder_Config()730 if ((err == MPS_OK) && (numChannels != nInputChannels)) { in mpegSurroundDecoder_Config()741 nInputChannels = spatialSpecificConfig.nInputChannels; in mpegSurroundDecoder_Config()747 nInputChannels = in mpegSurroundDecoder_Config()748 pMpegSurroundDecoder->spatialSpecificConfigBackup.nInputChannels; in mpegSurroundDecoder_Config()752 (numChannels != nInputChannels)) { in mpegSurroundDecoder_Config()1074 fMax((UINT)pSSC->nInputChannels, (UINT)pGC->nInputChannels_requested); in mpegSurroundDecoder_ConfigureQmfDomain()
246 int nInputChannels; /* derived from treeConfig */ member
418 pSpatialSpecificConfig->nInputChannels = in SpatialDecParseMps212Config()509 pSpatialSpecificConfig->nInputChannels = in SpatialDecParseSpecificConfig()648 pSpatialSpecificConfig->nInputChannels = in SpatialDecDefaultSpecificConfig()929 for (ch = 0; ch < pSSC->nInputChannels; ch++) { in parseArbitraryDownmixData()1009 if (pSpatialSpecificConfig->nInputChannels <= 0 || in SpatialDecParseFrameData()2004 self->numInputChannels = pSpatialSpecificConfig->nInputChannels; in SpatialDecDecodeHeader()
575 nOutputChannels = pSsc->nInputChannels; in CheckLevelTreeUpmixType()583 if ((pSsc->nInputChannels > pCreateParams->maxNumInputChannels) || in CheckLevelTreeUpmixType()
197 UCHAR nInputChannels; member683 hEnc->nInputChannels = in FDK_sacenc_init()696 for (ch = 0; ch < hEnc->nInputChannels; ch++) { in FDK_sacenc_init()709 for (ch = 0; ch < hEnc->nInputChannels; ch++) { in FDK_sacenc_init()725 for (ch = 0; ch < hEnc->nInputChannels; ch++) { in FDK_sacenc_init()742 for (ch = 0; ch < hEnc->nInputChannels; ch++) { in FDK_sacenc_init()775 for (ch = 0; ch < hEnc->nInputChannels; ch++) { in FDK_sacenc_init()820 hEnc->nFrameLength * (hEnc->nInputChannels + nChInArbDmx); in FDK_sacenc_init()865 const INT nChIn = hEnc->nInputChannels; in __FeedDeinterPreScale()886 for (i = 0; i < hEnc->nInputChannels; i++) { in __FeedDeinterPreScale()[all …]
264 if ((gc->nInputChannels > ((8) + (1))) || (gc->nOutputChannels > ((8) + (1)))) in FDK_QmfDomain_AllocatePersistentMemory()266 for (ch = 0; ch < gc->nInputChannels; ch++) { in FDK_QmfDomain_AllocatePersistentMemory()391 for (ch = 0; ch < gc->nInputChannels; ch++) { in FDK_QmfDomain_ClearPersistentMemory()501 for (ch = 0; ch < gc->nInputChannels; ch++) { in FDK_QmfDomain_InitFilterBank()795 hgc->nInputChannels = 0; in FDK_QmfDomain_ClearConfigured()862 if ((hgc->nInputChannels != hgc->nInputChannels_requested) || in FDK_QmfDomain_Configure()869 hgc->nInputChannels = hgc->nInputChannels_requested; in FDK_QmfDomain_Configure()957 for (; i < hgc->nInputChannels; i++) { in FDK_QmfDomain_Configure()
171 UCHAR nInputChannels; /*!< Number of QMF input channels. */ member
40 static cmsInterpFunction DefaultInterpolatorsFactory(cmsUInt32Number nInputChannels, cmsUInt32Numbe…1410 cmsInterpFunction DefaultInterpolatorsFactory(cmsUInt32Number nInputChannels, cmsUInt32Number nOutp… in DefaultInterpolatorsFactory() argument1420 if (nInputChannels >= 4 && nOutputChannels >= MAX_STAGE_CHANNELS) in DefaultInterpolatorsFactory()1423 switch (nInputChannels) { in DefaultInterpolatorsFactory()
306 typedef cmsInterpFunction (* cmsInterpFnFactory)(cmsUInt32Number nInputChannels, cmsUInt32Number nO…
1866 if (self->numSbrChannels > self->pQmfDomain->globalConf.nInputChannels) { in sbrDecoder_Apply()