Home
last modified time | relevance | path

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

/external/aac/libDRCdec/src/
DdrcDec_reader.cpp376 static void _readNodes(HANDLE_FDK_BITSTREAM hBs, GAIN_SET* gainSet, in _readNodes() argument
381 if (gainSet->timeAlignment == 0) { in _readNodes()
394 hBs, (GAIN_CODING_PROFILE)gainSet->gainCodingProfile); in _readNodes()
399 _decodeSlopes(hBs, (GAIN_INTERPOLATION_TYPE)gainSet->gainInterpolationType, in _readNodes()
402 _decodeTimes(hBs, timeDeltaMin, frameSize, gainSet->fullFrame, timeOffset, in _readNodes()
405 _decodeGains(hBs, (GAIN_CODING_PROFILE)gainSet->gainCodingProfile, nNodes, in _readNodes()
411 static void _readDrcGainSequence(HANDLE_FDK_BITSTREAM hBs, GAIN_SET* gainSet, in _readDrcGainSequence() argument
417 if (gainSet->gainCodingProfile == GCP_CONSTANT) { in _readDrcGainSequence()
422 _readNodes(hBs, gainSet, frameSize, timeDeltaMin, pNNodes, pNodes); in _readDrcGainSequence()
497 GAIN_SET* gainSet; in drcDec_readUniDrcGain() local
[all …]
DdrcDec_types.h260 GAIN_SET gainSet[12]; member
DdrcDec_tools.cpp341 if (pCoef->gainSet[seq].bandCount > 1) { in bitstreamContainsMultibandDrc()
DdrcGainDec_init.cpp165 bandCount = pCoef->gainSet[seq].bandCount; in _generateDrcInstructionsDerivedData()
DdrcDec_selectionProcess.cpp983 GAIN_SET* gainSet = &(pCoef->gainSet[indexDrcCoeff]); in _preSelectionRequirement5() local
984 bandCount = gainSet->bandCount; in _preSelectionRequirement5()
1563 pGainSet = &(pCoef->gainSet[indexDrcCoeff]); in _selectSingleDrcCharacteristic()
DdrcGainDec_preprocess.cpp679 GAIN_SET* pGainSet = &(pCoef->gainSet[gainSetIndex]); in prepareDrcGain()
/external/libxaac/decoder/drc_src/
Dimpd_drc_gain_dec.c657 WORD32 gainSet = 0; in impd_get_drc_gain() local
668 gainSet = str_drc_instruction_str->gain_set_index_for_channel_group[g]; in impd_get_drc_gain()
672 &(str_p_loc_drc_coefficients_uni_drc->gain_set_params[gainSet] in impd_get_drc_gain()