Home
last modified time | relevance | path

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

/external/aac/libDRCdec/src/
DdrcGainDec_process.cpp251 processDrcTime(HANDLE_DRC_GAIN_DECODER hGainDec, const int activeDrcIndex, in processDrcTime() argument
257 ACTIVE_DRC* pActiveDrc = &(hGainDec->activeDrc[activeDrcIndex]); in processDrcTime()
283 if (activeDrcIndex == hGainDec->channelGainActiveDrcIndex) in processDrcTime()
296 if (activeDrcIndex == hGainDec->channelGainActiveDrcIndex) in processDrcTime()
333 if (activeDrcIndex == hGainDec->channelGainActiveDrcIndex) in processDrcTime()
354 processDrcSubband(HANDLE_DRC_GAIN_DECODER hGainDec, const int activeDrcIndex, in processDrcSubband() argument
363 DRC_INSTRUCTIONS_UNI_DRC* pInst = hGainDec->activeDrc[activeDrcIndex].pInst; in processDrcSubband()
365 ACTIVE_DRC* pActiveDrc = &(hGainDec->activeDrc[activeDrcIndex]); in processDrcSubband()
503 if (activeDrcIndex == hGainDec->channelGainActiveDrcIndex) in processDrcSubband()
DdrcGainDec_process.h107 processDrcTime(HANDLE_DRC_GAIN_DECODER hGainDec, const int activeDrcIndex,
113 processDrcSubband(HANDLE_DRC_GAIN_DECODER hGainDec, const int activeDrcIndex,
DdrcGainDec_preprocess.h110 const int activeDrcIndex);
DdrcGainDec_preprocess.cpp644 const int activeDrcIndex) { in prepareDrcGain() argument
649 ACTIVE_DRC* pActiveDrc = &(hGainDec->activeDrc[activeDrcIndex]); in prepareDrcGain()