Searched refs:gainSet (Results 1 – 7 of 7) sorted by relevance
/external/aac/libDRCdec/src/ |
D | drcDec_reader.cpp | 373 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 …]
|
D | drcDec_types.h | 263 GAIN_SET gainSet[12]; member
|
D | drcGainDec_init.cpp | 165 bandCount = pCoef->gainSet[seq].bandCount; in _generateDrcInstructionsDerivedData()
|
D | drcDec_tools.cpp | 341 if (pCoef->gainSet[seq].bandCount > 1) { in bitstreamContainsMultibandDrc()
|
D | drcDec_selectionProcess.cpp | 999 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()
|
D | drcGainDec_preprocess.cpp | 682 GAIN_SET* pGainSet = &(pCoef->gainSet[gainSetIndex]); in prepareDrcGain()
|
/external/libxaac/decoder/drc_src/ |
D | impd_drc_gain_dec.c | 649 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()
|