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.cpp241 DRC_INSTRUCTIONS_UNI_DRC* pInst;
362 HANDLE_LOUDNESS_INFO_SET hLoudnessInfoSet, DRC_INSTRUCTIONS_UNI_DRC* pInst,
407 HANDLE_LOUDNESS_INFO_SET hLoudnessInfoSet, DRC_INSTRUCTIONS_UNI_DRC* pInst,
921 int nRequestedDownmixId, DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, in _preSelectionRequirement123()
941 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstruction, int nDynamicRangeControlOn, in _preSelectionRequirement4()
961 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, in _preSelectionRequirement5()
996 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, int* pMatchFound) { in _preSelectionRequirement6()
1010 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, int* pMatchFound) { in _preSelectionRequirement7()
1062 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, FIXP_DBL targetLoudness) { in _targetLoudnessInRange()
1087 DRC_INSTRUCTIONS_UNI_DRC* pDrcInstructionUniDrc, in _preSelectionRequirement8()
[all …]
DdrcDec_types.h295 } DRC_INSTRUCTIONS_UNI_DRC; typedef
336 DRC_INSTRUCTIONS_UNI_DRC drcInstructionsUniDrc[(12 + 1 + 6)];
DdrcDec_tools.h114 DRC_INSTRUCTIONS_UNI_DRC* selectDrcInstructions(
DdrcDec_tools.cpp136 DRC_INSTRUCTIONS_UNI_DRC* selectDrcInstructions( in selectDrcInstructions()
328 DRC_INSTRUCTIONS_UNI_DRC* pInst; in bitstreamContainsMultibandDrc()
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_gainDecoder.h159 DRC_INSTRUCTIONS_UNI_DRC* pInst;
DdrcDec_reader.cpp1245 DRC_INSTRUCTIONS_UNI_DRC* pInst) { in _readDrcInstructionsUniDrc()
1591 DRC_INSTRUCTIONS_UNI_DRC tmpInst; in _readDrcExtensionV1()
1592 FDKmemclear(&tmpInst, sizeof(DRC_INSTRUCTIONS_UNI_DRC)); in _readDrcExtensionV1()
1599 sizeof(DRC_INSTRUCTIONS_UNI_DRC)) != 0); in _readDrcExtensionV1()
1750 DRC_INSTRUCTIONS_UNI_DRC tmpInst; in drcDec_readUniDrcConfig()
1751 FDKmemclear(&tmpInst, sizeof(DRC_INSTRUCTIONS_UNI_DRC)); in drcDec_readUniDrcConfig()
1757 sizeof(DRC_INSTRUCTIONS_UNI_DRC)) != 0); in drcDec_readUniDrcConfig()
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_gainDecoder.cpp114 static int _fitsLocation(DRC_INSTRUCTIONS_UNI_DRC* pInst, in _fitsLocation()
DdrcGainDec_preprocess.cpp647 DRC_INSTRUCTIONS_UNI_DRC* pInst = pActiveDrc->pInst; in prepareDrcGain()