Searched refs:gainSetIndex (Results 1 – 6 of 6) sorted by relevance
/external/aac/libDRCdec/src/ |
D | drcDec_tools.cpp | 162 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()
|
D | drcDec_tools.h | 124 const SCHAR* gainSetIndex, /* in */
|
D | drcDec_reader.cpp | 1259 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()
|
D | drcGainDec_preprocess.cpp | 663 int gainSetIndex = 0; in prepareDrcGain() local 669 gainSetIndex = pInst->gainSetIndexForChannelGroup[g]; in prepareDrcGain() 682 GAIN_SET* pGainSet = &(pCoef->gainSet[gainSetIndex]); in prepareDrcGain()
|
D | drcDec_types.h | 292 SCHAR gainSetIndex[8]; member
|
D | drcGainDec_init.cpp | 119 pInst->drcSetEffect, pInst->drcChannelCount, pInst->gainSetIndex, in _generateDrcInstructionsDerivedData()
|