Home
last modified time | relevance | path

Searched refs:upmixType (Results 1 – 8 of 8) sorted by relevance

/external/aac/libSACdec/src/
Dsac_dec.cpp526 const SPATIAL_DEC_UPMIX_TYPE upmixType, in isValidConfig() argument
534 nUpmixType = (UPMIXTYPE)upmixType; in isValidConfig()
551 const UPMIXTYPE upmixType) { in CheckLevelTreeUpmixType() argument
573 switch (upmixType) { in CheckLevelTreeUpmixType()
627 SPATIAL_DEC_UPMIX_TYPE const upmixType, in FDK_SpatialDecInit() argument
637 if (!isValidConfig(self, upmixType, pUserParams, in FDK_SpatialDecInit()
644 self->decoderLevel, (UPMIXTYPE)upmixType); in FDK_SpatialDecInit()
650 self->upmixType = (UPMIXTYPE)upmixType; in FDK_SpatialDecInit()
693 bypassMode |= ((self->upmixType == UPMIXTYPE_BYPASS) ? 1 : 0); in FDK_SpatialDecInit()
741 if (!isTwoChMode(self->upmixType) && !bypassMode) { in FDK_SpatialDecInit()
[all …]
Dsac_bitdec.h128 AUDIO_OBJECT_TYPE coreCodec, SPATIAL_DEC_UPMIX_TYPE upmixType);
153 const SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, UPMIXTYPE upmixType,
Dsac_dec_lib.cpp231 SPATIAL_DEC_UPMIX_TYPE upmixType; member
514 int upmixTypeCurr = pMpegSurroundDecoder->upmixType; in initMpegSurroundDecoder()
537 &pMpegSurroundDecoder->upmixType); in initMpegSurroundDecoder()
561 pMpegSurroundDecoder->upmixType), /* upmixType changed */ in initMpegSurroundDecoder()
575 pSSCtarget, nrOfQmfBands, pMpegSurroundDecoder->upmixType, in initMpegSurroundDecoder()
671 sacDec->upmixType = UPMIX_TYPE_NORMAL; in mpegSurroundDecoder_Create()
1201 hBs, sscParse, (UPMIXTYPE)pMpegSurroundDecoder->upmixType, in mpegSurroundDecoder_ParseNoHeader()
1387 pMpegSurroundDecoder->upmixType); in mpegSurroundDecoder_Parse()
1462 sscParse, (UPMIXTYPE)pMpegSurroundDecoder->upmixType, in mpegSurroundDecoder_Parse()
1734 !(pMpegSurroundDecoder->upmixType == UPMIX_TYPE_BYPASS)) { in mpegSurroundDecoder_Apply()
Dsac_dec.h178 static inline int isTwoChMode(UPMIXTYPE upmixType) { in isTwoChMode() argument
362 UPMIXTYPE upmixType; member
Dsac_dec_interface.h282 SPATIAL_DEC_UPMIX_TYPE const upmixType,
Dsac_process.cpp154 if ((!isTwoChMode(self->upmixType)) && in getChGain()
155 (self->upmixType != UPMIXTYPE_BYPASS)) { in getChGain()
185 if (!isTwoChMode(self->upmixType) && !bypassMode) { in SpatialDecQMFAnalysis()
235 if (!isTwoChMode(self->upmixType) && !bypassMode) { in SpatialDecFeedQMF()
Dsac_bitdec.cpp119 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, UPMIXTYPE upmixType) { in SpatialDecDecodeHelperInfo() argument
282 AUDIO_OBJECT_TYPE coreCodec, SPATIAL_DEC_UPMIX_TYPE upmixType) { in SpatialDecParseSpecificConfigHeader() argument
316 SpatialDecDecodeHelperInfo(pSpatialSpecificConfig, (UPMIXTYPE)upmixType); in SpatialDecParseSpecificConfigHeader()
965 const SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, UPMIXTYPE upmixType, in SpatialDecParseFrameData() argument
2025 if (self->upmixType == UPMIXTYPE_BYPASS) { in SpatialDecDecodeHeader()
Dsac_calcM1andM2.cpp210 switch (self->upmixType) { in SpatialDecCalculateM1andM2()