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

  /external/aac/libSACdec/include/
sac_dec_lib.h 286 * \param stereoConfigIndex USAC: Save memory by opening the MPS decoder
287 * for a specific stereoConfigIndex. (Needs optimization macros enabled.)
293 CMpegSurroundDecoder **pMpegSurroundDecoder, int stereoConfigIndex,
318 AUDIO_OBJECT_TYPE coreCodec, INT samplingRate, INT stereoConfigIndex,
  /external/aac/libSBRdec/include/
sbrdecoder.h 222 * \param stereoConfigIndex
233 const UCHAR harmonicSBR, const UCHAR stereoConfigIndex,
253 * \param stereoConfigIndex
263 const UCHAR harmonicSBR, const UCHAR stereoConfigIndex,
  /external/aac/libSACdec/src/
sac_bitdec.h 133 AUDIO_OBJECT_TYPE coreCodec, INT stereoConfigIndex,
sac_dec_ssc_struct.h 267 UCHAR stereoConfigIndex;
sac_dec_interface.h 268 int stereoConfigIndex);
sac_dec_lib.cpp 253 if ((pSsc->stereoConfigIndex == 3)) {
368 CMpegSurroundDecoder **pMpegSurroundDecoder, int stereoConfigIndex,
384 CMpegSurroundDecoder **pMpegSurroundDecoder, int stereoConfigIndex,
388 error = mpegSurroundDecoder_Create(pMpegSurroundDecoder, stereoConfigIndex,
608 CMpegSurroundDecoder **pMpegSurroundDecoder, int stereoConfigIndex,
641 if ((self = FDK_SpatialDecOpen(&decConfig, stereoConfigIndex)) == NULL) {
697 AUDIO_OBJECT_TYPE coreCodec, INT samplingRate, INT stereoConfigIndex,
711 stereoConfigIndex, coreSbrFrameLengthIndex);
715 samplingRate, coreCodec, stereoConfigIndex,
748 stereoConfigIndex, NULL)))
    [all...]
sac_dec.h 433 UCHAR stereoConfigIndex;
sac_dec.cpp 239 int stereoConfigIndex) {
720 self->stereoConfigIndex = pSpatialSpecificConfig->stereoConfigIndex;
    [all...]
sac_bitdec.cpp 324 AUDIO_OBJECT_TYPE coreCodec, INT stereoConfigIndex,
328 pSpatialSpecificConfig->stereoConfigIndex = stereoConfigIndex;
378 if (stereoConfigIndex > 1) { /* do residual coding */
412 samplingRate; /* wrong for stereoConfigIndex == 3 but value is unused */
    [all...]
sac_process.cpp 296 if (self->stereoConfigIndex == 3)
417 /* for stereoConfigIndex == 3 case hybridBands is < 71 */
    [all...]
  /external/aac/libMpegTPDec/include/
tp_data.h 370 const INT samplingRate, const INT stereoConfigIndex,
379 const UCHAR harmonicSbr, const UCHAR stereoConfigIndex,
  /external/aac/libMpegTPEnc/include/
tp_data.h 370 const INT samplingRate, const INT stereoConfigIndex,
379 const UCHAR harmonicSbr, const UCHAR stereoConfigIndex,
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 374 const INT stereoConfigIndex,
384 samplingRate, stereoConfigIndex, coreSbrFrameLengthIndex, configBytes,
919 int stereoConfigIndex = -1;
    [all...]
aacdecoder.cpp 183 #define IS_STEREO_SBR(el_id, stereoConfigIndex) \
184 (((el_id) == ID_USAC_CPE && (stereoConfigIndex) == 0) || \
185 ((el_id) == ID_USAC_CPE && (stereoConfigIndex) == 3))
    [all...]
  /external/aac/libSYS/include/
FDK_audio.h 329 0x8000000 /*!< USAC flag: If stereoConfigIndex is 3 the flag is set. */
404 UCHAR stereoConfigIndex; /**< USAC MPS stereo mode */
    [all...]
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 533 const UCHAR harmonicSBR, const UCHAR stereoConfigIndex,
805 const UCHAR harmonicSBR, const UCHAR stereoConfigIndex,
830 elementIndex, harmonicSBR, stereoConfigIndex, configMode, configChanged,
    [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp     [all...]

Completed in 628 milliseconds