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 128 const INT noChannels,
sbrenc_freq_sca.cpp 335 noChannels Number of QMF channels
348 const INT noChannels,
360 if( srSbr*noChannels < *k0 * srCore ) {
375 if (*k2 > noChannels) {
376 *k2 = noChannels;
ton_corr.cpp 499 INT noChannels) /*!< Number of QMF-channels. */
527 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 206 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/
psdec.h 235 SCHAR noChannels;
psdec.cpp 175 h_ps_d->noChannels = NO_QMF_CHANNELS; /* row */
    [all...]
  /external/aac/libSBRenc/include/
sbr_encoder.h 272 * \param noChannels Number of audio channels.
275 INT sbrEncoder_GetInBufferSize(int noChannels);
  /external/aac/libSYS/include/
FDK_audio.h 338 int noChannels; /**< Number of audio channels. */
  /external/aac/libAACenc/src/
aacenc_lib.cpp 480 cc->noChannels = hAacConfig->nChannels;
    [all...]

Completed in 157 milliseconds