Searched refs:noChannels (Results 1 – 11 of 11) sorted by relevance
206 CHANNEL_MODE transportEnc_GetChannelMode( int noChannels ) in transportEnc_GetChannelMode() argument210 if (noChannels <= 8 && noChannels > 0) in transportEnc_GetChannelMode()211 …chMode = (CHANNEL_MODE)((noChannels == 8) ? 7 : noChannels); /* see : iso/mpeg4 v1 audio subpart1*/ in transportEnc_GetChannelMode()492 config->channelMode = transportEnc_GetChannelMode(config->noChannels); in transportEnc_writeASC()
348 const INT noChannels, in FDKsbrEnc_FindStartAndStopBand() argument360 if( srSbr*noChannels < *k0 * srCore ) { in FDKsbrEnc_FindStartAndStopBand()375 if (*k2 > noChannels) { in FDKsbrEnc_FindStartAndStopBand()376 *k2 = noChannels; in FDKsbrEnc_FindStartAndStopBand()
128 const INT noChannels,
499 INT noChannels) /*!< Number of QMF-channels. */ in resetPatch() argument527 goalSb = (INT)( (2 * noChannels * 16000 + (fs>>1)) / fs ); /* 16 kHz band */ in resetPatch()
1733 INT sbrEncoder_GetInBufferSize(int noChannels) in sbrEncoder_GetInBufferSize() argument1739 temp *= noChannels; in sbrEncoder_GetInBufferSize()
128 CHANNEL_MODE transportEnc_GetChannelMode( int noChannels );
275 INT sbrEncoder_GetInBufferSize(int noChannels);
235 SCHAR noChannels; member
175 h_ps_d->noChannels = NO_QMF_CHANNELS; /* row */ in CreatePsDec()
358 int noChannels; /**< Number of audio channels. */ member
480 cc->noChannels = hAacConfig->nChannels; in H_ALLOC_MEM()