HomeSort by relevance Sort by last modified time
    Searched refs:noChannels (Results 1 - 11 of 11) sorted by null

  /external/aac/libSBRenc/src/
sbrenc_freq_sca.h 120 const INT noChannels,
sbrenc_freq_sca.cpp 98 static INT getStopFreq(INT fs, const INT stop_freq, const INT noChannels);
252 getStopFreq(INT fs, const INT stop_freq, const INT noChannels)
331 const INT noChannels,
344 ( samplingFreq*noChannels <
352 *k2 = getStopFreq(samplingFreq, stopFreq, noChannels);
360 if (*k2 > noChannels) {
361 *k2 = noChannels;
ton_corr.cpp 501 INT noChannels) /*!< Number of QMF-channels. */
529 goalSb = (INT)( (2 * noChannels * 16000 + (fs>>1)) / fs ); /* 16 kHz band */
    [all...]
sbr_encoder.cpp     [all...]
  /external/aac/libMpegTPEnc/include/
tpenc_lib.h 125 * \param noChannels Number of audio channels.
128 CHANNEL_MODE transportEnc_GetChannelMode( int noChannels );
  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 202 CHANNEL_MODE transportEnc_GetChannelMode( int noChannels )
206 if (noChannels <= 8 && noChannels > 0)
207 chMode = (CHANNEL_MODE)((noChannels == 8) ? 7 : noChannels); /* see : iso/mpeg4 v1 audio subpart1*/
488 config->channelMode = transportEnc_GetChannelMode(config->noChannels);
  /external/aac/libSBRdec/src/
psdec.h 235 SCHAR noChannels;
psdec.cpp 175 h_ps_d->noChannels = NO_QMF_CHANNELS; /* row */
    [all...]
  /external/aac/libSBRenc/include/
sbr_encoder.h 265 * \param noChannels Number of audio channels.
268 INT sbrEncoder_GetInBufferSize(int noChannels);
  /external/aac/libSYS/include/
FDK_audio.h 319 int noChannels; /**< Number of audio channels. */
  /external/aac/libAACenc/src/
aacenc_lib.cpp 320 cc->noChannels = hAacConfig->nChannels;
    [all...]

Completed in 116 milliseconds