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_tools.h124 const SCHAR* gainSetIndex, /* in */
DdrcDec_reader.cpp1259 SCHAR* gainSetIndex = pInst->gainSetIndex; in _readDrcInstructionsUniDrc() local
1363 gainSetIndex[c] = bsGainSetIndex - 1; in _readDrcInstructionsUniDrc()
1373 gainSetIndex[c] = gainSetIndex[c - 1]; in _readDrcInstructionsUniDrc()
1384 pInst->drcSetEffect, pInst->drcChannelCount, gainSetIndex, in _readDrcInstructionsUniDrc()
1419 gainSetIndex[c] = bsGainSetIndex - 1; in _readDrcInstructionsUniDrc()
1431 gainSetIndex[c] = bsGainSetIndex - 1; in _readDrcInstructionsUniDrc()
1448 gainSetIndex[c] = gainSetIndex[0]; in _readDrcInstructionsUniDrc()
1453 gainSetIndex, NULL, &pInst->nDrcChannelGroups, in _readDrcInstructionsUniDrc()
DdrcGainDec_preprocess.cpp663 int gainSetIndex = 0; in prepareDrcGain() local
669 gainSetIndex = pInst->gainSetIndexForChannelGroup[g]; in prepareDrcGain()
682 GAIN_SET* pGainSet = &(pCoef->gainSet[gainSetIndex]); in prepareDrcGain()
DdrcDec_types.h292 SCHAR gainSetIndex[8]; member
DdrcGainDec_init.cpp119 pInst->drcSetEffect, pInst->drcChannelCount, pInst->gainSetIndex, in _generateDrcInstructionsDerivedData()