Home
last modified time | relevance | path

Searched refs:DRC_INSTRUCTIONS_UNI_DRC (Results 1 – 10 of 10) sorted by relevance

/external/aac/libDRCdec/src/
DdrcDec_selectionProcess.cpp239 DRC_INSTRUCTIONS_UNI_DRC* pInst;
360 HANDLE_LOUDNESS_INFO_SET hLoudnessInfoSet, DRC_INSTRUCTIONS_UNI_DRC* pInst,
405 HANDLE_LOUDNESS_INFO_SET hLoudnessInfoSet, DRC_INSTRUCTIONS_UNI_DRC* pInst,
919 int nRequestedDownmixId, DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, in _preSelectionRequirement123()
939 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstruction, int nDynamicRangeControlOn, in _preSelectionRequirement4()
960 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, in _preSelectionRequirement5()
1020 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, int* pMatchFound) { in _preSelectionRequirement6()
1034 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, int* pMatchFound) { in _preSelectionRequirement7()
1086 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, FIXP_DBL targetLoudness) { in _targetLoudnessInRange()
1106 DRC_INSTRUCTIONS_UNI_DRC* pInst) { in _drcSetIsUsable()
[all …]
DdrcDec_tools.h114 DRC_INSTRUCTIONS_UNI_DRC* selectDrcInstructions(
DdrcDec_types.h298 } DRC_INSTRUCTIONS_UNI_DRC; typedef
339 DRC_INSTRUCTIONS_UNI_DRC drcInstructionsUniDrc[(12 + 1 + 6)];
DdrcGainDec_init.cpp110 DRC_INSTRUCTIONS_UNI_DRC* pInst, DRC_COEFFICIENTS_UNI_DRC* pCoef, in _generateDrcInstructionsDerivedData()
261 DRC_INSTRUCTIONS_UNI_DRC* pInst = NULL; in initActiveDrc()
DdrcDec_tools.cpp136 DRC_INSTRUCTIONS_UNI_DRC* selectDrcInstructions( in selectDrcInstructions()
328 DRC_INSTRUCTIONS_UNI_DRC* pInst; in bitstreamContainsMultibandDrc()
DdrcDec_gainDecoder.h159 DRC_INSTRUCTIONS_UNI_DRC* pInst;
DdrcGainDec_process.cpp115 DRC_INSTRUCTIONS_UNI_DRC* pInst = pActiveDrc->pInst; in _prepareLnbIndex()
363 DRC_INSTRUCTIONS_UNI_DRC* pInst = hGainDec->activeDrc[activeDrcIndex].pInst; in processDrcSubband()
DdrcDec_reader.cpp1251 DRC_INSTRUCTIONS_UNI_DRC* pInst) { in _readDrcInstructionsUniDrc()
1597 DRC_INSTRUCTIONS_UNI_DRC tmpInst; in _readDrcExtensionV1()
1598 FDKmemclear(&tmpInst, sizeof(DRC_INSTRUCTIONS_UNI_DRC)); in _readDrcExtensionV1()
1605 sizeof(DRC_INSTRUCTIONS_UNI_DRC)) != 0); in _readDrcExtensionV1()
1756 DRC_INSTRUCTIONS_UNI_DRC tmpInst; in drcDec_readUniDrcConfig()
1757 FDKmemclear(&tmpInst, sizeof(DRC_INSTRUCTIONS_UNI_DRC)); in drcDec_readUniDrcConfig()
1763 sizeof(DRC_INSTRUCTIONS_UNI_DRC)) != 0); in drcDec_readUniDrcConfig()
DdrcDec_gainDecoder.cpp114 static int _fitsLocation(DRC_INSTRUCTIONS_UNI_DRC* pInst, in _fitsLocation()
DdrcGainDec_preprocess.cpp650 DRC_INSTRUCTIONS_UNI_DRC* pInst = pActiveDrc->pInst; in prepareDrcGain()