Home
last modified time | relevance | path

Searched refs:gainSet (Results 1 – 7 of 7) sorted by relevance

/external/aac/libDRCdec/src/
DdrcDec_reader.cpp373 static void _readNodes(HANDLE_FDK_BITSTREAM hBs, GAIN_SET* gainSet, in _readNodes() argument
378 if (gainSet->timeAlignment == 0) { in _readNodes()
391 hBs, (GAIN_CODING_PROFILE)gainSet->gainCodingProfile); in _readNodes()
396 _decodeSlopes(hBs, (GAIN_INTERPOLATION_TYPE)gainSet->gainInterpolationType, in _readNodes()
399 _decodeTimes(hBs, timeDeltaMin, frameSize, gainSet->fullFrame, timeOffset, in _readNodes()
402 _decodeGains(hBs, (GAIN_CODING_PROFILE)gainSet->gainCodingProfile, nNodes, in _readNodes()
408 static void _readDrcGainSequence(HANDLE_FDK_BITSTREAM hBs, GAIN_SET* gainSet, in _readDrcGainSequence() argument
414 if (gainSet->gainCodingProfile == GCP_CONSTANT) { in _readDrcGainSequence()
419 _readNodes(hBs, gainSet, frameSize, timeDeltaMin, pNNodes, pNodes); in _readDrcGainSequence()
497 GAIN_SET* gainSet; in drcDec_readUniDrcGain() local
[all …]
DdrcDec_types.h263 GAIN_SET gainSet[12]; member
DdrcGainDec_init.cpp165 bandCount = pCoef->gainSet[seq].bandCount; in _generateDrcInstructionsDerivedData()
DdrcDec_tools.cpp341 if (pCoef->gainSet[seq].bandCount > 1) { in bitstreamContainsMultibandDrc()
DdrcDec_selectionProcess.cpp999 GAIN_SET* gainSet = &(pCoef->gainSet[indexDrcCoeff]); in _preSelectionRequirement5() local
1000 bandCount = gainSet->bandCount; in _preSelectionRequirement5()
1007 if ((gainSet->gainSequenceIndex[b] >= 12) || in _preSelectionRequirement5()
1008 (gainSet->gainSequenceIndex[b] >= pCoef->gainSequenceCount)) { in _preSelectionRequirement5()
1600 pGainSet = &(pCoef->gainSet[indexDrcCoeff]); in _selectSingleDrcCharacteristic()
DdrcGainDec_preprocess.cpp682 GAIN_SET* pGainSet = &(pCoef->gainSet[gainSetIndex]); in prepareDrcGain()
/external/libxaac/decoder/drc_src/
Dimpd_drc_gain_dec.c649 WORD32 gainSet = 0; in impd_get_drc_gain() local
660 gainSet = str_drc_instruction_str->gain_set_index_for_channel_group[g]; in impd_get_drc_gain()
664 &(str_p_loc_drc_coefficients_uni_drc->gain_set_params[gainSet] in impd_get_drc_gain()