Searched refs:noChannels (Results 1 - 11 of 11) sorted by relevance

/external/aac/libSBRenc/src/
H A Dsbrenc_freq_sca.h128 const INT noChannels,
H A Dsbrenc_freq_sca.cpp335 noChannels Number of QMF channels
348 const INT noChannels,
360 if( srSbr*noChannels < *k0 * srCore ) {
375 if (*k2 > noChannels) {
376 *k2 = noChannels;
345 FDKsbrEnc_FindStartAndStopBand( const INT srSbr, const INT srCore, const INT noChannels, const INT startFreq, const INT stopFreq, INT *k0, INT *k2 ) argument
H A Dton_corr.cpp499 INT noChannels) /*!< Number of QMF-channels. */
527 goalSb = (INT)( (2 * noChannels * 16000 + (fs>>1)) / fs ); /* 16 kHz band */
H A Dsbr_encoder.cpp1733 INT sbrEncoder_GetInBufferSize(int noChannels) argument
1739 temp *= noChannels;
/external/aac/libMpegTPEnc/include/
H A Dtpenc_lib.h125 * \param noChannels Number of audio channels.
128 CHANNEL_MODE transportEnc_GetChannelMode( int noChannels );
/external/aac/libMpegTPEnc/src/
H A Dtpenc_asc.cpp206 CHANNEL_MODE transportEnc_GetChannelMode( int noChannels )
210 if (noChannels <= 8 && noChannels > 0)
211 chMode = (CHANNEL_MODE)((noChannels == 8) ? 7 : noChannels); /* see : iso/mpeg4 v1 audio subpart1*/
492 config->channelMode = transportEnc_GetChannelMode(config->noChannels);
/external/aac/libSBRdec/src/
H A Dpsdec.h235 SCHAR noChannels; member in struct:PS_DEC
H A Dpsdec.cpp175 h_ps_d->noChannels = NO_QMF_CHANNELS; /* row */
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h272 * \param noChannels Number of audio channels.
275 INT sbrEncoder_GetInBufferSize(int noChannels);
/external/aac/libSYS/include/
H A DFDK_audio.h358 int noChannels; /**< Number of audio channels. */ member in struct:__anon278
/external/aac/libAACenc/src/
H A Daacenc_lib.cpp480 cc->noChannels = hAacConfig->nChannels;

Completed in 4879 milliseconds