Home
last modified time | relevance | path

Searched refs:GAIN_SET (Results 1 – 4 of 4) sorted by relevance

/external/aac/libDRCdec/src/
DdrcDec_types.h228 } GAIN_SET; typedef
263 GAIN_SET gainSet[12];
DdrcDec_reader.cpp130 static int _getTimeDeltaMin(const GAIN_SET* pGset, const int deltaTminDefault) { in _getTimeDeltaMin()
373 static void _readNodes(HANDLE_FDK_BITSTREAM hBs, GAIN_SET* gainSet, in _readNodes()
408 static void _readDrcGainSequence(HANDLE_FDK_BITSTREAM hBs, GAIN_SET* gainSet, in _readDrcGainSequence()
497 GAIN_SET* gainSet; in drcDec_readUniDrcGain()
707 int* gainSequenceIndex, GAIN_SET* pGSet, in _readGainSet()
1130 GAIN_SET tmpGset; in _readDrcCoefficientsUniDrc()
1131 FDKmemclear(&tmpGset, sizeof(GAIN_SET)); in _readDrcCoefficientsUniDrc()
1191 GAIN_SET tmpGset; in _readDrcCoefficientsUniDrc()
1192 FDKmemclear(&tmpGset, sizeof(GAIN_SET)); in _readDrcCoefficientsUniDrc()
DdrcGainDec_preprocess.cpp682 GAIN_SET* pGainSet = &(pCoef->gainSet[gainSetIndex]); in prepareDrcGain()
DdrcDec_selectionProcess.cpp999 GAIN_SET* gainSet = &(pCoef->gainSet[indexDrcCoeff]); in _preSelectionRequirement5()
1569 GAIN_SET* pGainSet = NULL; in _selectSingleDrcCharacteristic()