Searched refs:upmixType (Results 1 – 8 of 8) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_dec.cpp | 526 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 …]
|
D | sac_bitdec.h | 128 AUDIO_OBJECT_TYPE coreCodec, SPATIAL_DEC_UPMIX_TYPE upmixType); 153 const SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, UPMIXTYPE upmixType,
|
D | sac_dec_lib.cpp | 231 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()
|
D | sac_dec.h | 178 static inline int isTwoChMode(UPMIXTYPE upmixType) { in isTwoChMode() argument 362 UPMIXTYPE upmixType; member
|
D | sac_dec_interface.h | 282 SPATIAL_DEC_UPMIX_TYPE const upmixType,
|
D | sac_process.cpp | 154 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()
|
D | sac_bitdec.cpp | 119 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()
|
D | sac_calcM1andM2.cpp | 210 switch (self->upmixType) { in SpatialDecCalculateM1andM2()
|