Home
last modified time | relevance | path

Searched refs:gainSetIndex (Results 1 – 6 of 6) sorted by relevance

/external/aac/libDRCdec/src/
DdrcDec_tools.cpp162 const SCHAR* gainSetIndex, /* in */ in deriveDrcChannelGroups() argument
185 idx = gainSetIndex[c]; in deriveDrcChannelGroups()
217 idx = gainSetIndex[c]; in deriveDrcChannelGroups()
241 idx = gainSetIndex[c]; in deriveDrcChannelGroups()
DdrcDec_reader.cpp1253 SCHAR* gainSetIndex = pInst->gainSetIndex; in _readDrcInstructionsUniDrc() local
1357 gainSetIndex[c] = bsGainSetIndex - 1; in _readDrcInstructionsUniDrc()
1367 gainSetIndex[c] = gainSetIndex[c - 1]; in _readDrcInstructionsUniDrc()
1378 pInst->drcSetEffect, pInst->drcChannelCount, gainSetIndex, in _readDrcInstructionsUniDrc()
1413 gainSetIndex[c] = bsGainSetIndex - 1; in _readDrcInstructionsUniDrc()
1425 gainSetIndex[c] = bsGainSetIndex - 1; in _readDrcInstructionsUniDrc()
1442 gainSetIndex[c] = gainSetIndex[0]; in _readDrcInstructionsUniDrc()
1447 gainSetIndex, NULL, &pInst->nDrcChannelGroups, in _readDrcInstructionsUniDrc()
DdrcDec_tools.h124 const SCHAR* gainSetIndex, /* in */
DdrcGainDec_preprocess.cpp660 int gainSetIndex = 0; in prepareDrcGain() local
666 gainSetIndex = pInst->gainSetIndexForChannelGroup[g]; in prepareDrcGain()
679 GAIN_SET* pGainSet = &(pCoef->gainSet[gainSetIndex]); in prepareDrcGain()
DdrcDec_types.h289 SCHAR gainSetIndex[8]; member
DdrcGainDec_init.cpp119 pInst->drcSetEffect, pInst->drcChannelCount, pInst->gainSetIndex, in _generateDrcInstructionsDerivedData()