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