Home
last modified time | relevance | path

Searched refs:drcLocation (Results 1 – 9 of 9) sorted by relevance

/external/aac/libDRCdec/src/
DdrcDec_gainDecoder.cpp115 const GAIN_DEC_LOCATION drcLocation) { in _fitsLocation() argument
117 switch (drcLocation) { in _fitsLocation()
396 const GAIN_DEC_LOCATION drcLocation, const int channelOffset, in drcDec_GainDecoder_ProcessTimeDomain() argument
407 if (!_fitsLocation(hGainDec->activeDrc[a].pInst, drcLocation)) continue; in drcDec_GainDecoder_ProcessTimeDomain()
422 const GAIN_DEC_LOCATION drcLocation, const int channelOffset, in drcDec_GainDecoder_ProcessSubbandDomain() argument
434 if (!_fitsLocation(hGainDec->activeDrc[a].pInst, drcLocation)) continue; in drcDec_GainDecoder_ProcessSubbandDomain()
DdrcDec_gainDecoder.h238 const GAIN_DEC_LOCATION drcLocation, const int channelOffset,
245 GAIN_DEC_LOCATION drcLocation, const int channelOffset,
DdrcDec_types.h251 UCHAR drcLocation; member
272 UCHAR drcLocation; member
DFDK_drcDecLib.cpp796 const DRC_DEC_LOCATION drcLocation, in FDK_drcDec_ProcessTime() argument
808 hDrcDec->hGainDec, delaySamples, (GAIN_DEC_LOCATION)drcLocation, in FDK_drcDec_ProcessTime()
818 const DRC_DEC_LOCATION drcLocation, in FDK_drcDec_ProcessFreq() argument
831 hDrcDec->hGainDec, delaySamples, (GAIN_DEC_LOCATION)drcLocation, in FDK_drcDec_ProcessFreq()
DdrcGainDec_init.cpp270 pCoef = selectDrcCoefficients(hUniDrcConfig, pInst->drcLocation); in initActiveDrc()
DdrcDec_tools.cpp126 if (hUniDrcConfig->drcCoefficientsUniDrc[n].drcLocation == location) { in selectDrcCoefficients()
DdrcDec_reader.cpp1116 pCoef->drcLocation = FDKreadBits(hBs, 4); in _readDrcCoefficientsUniDrc()
1270 pInst->drcLocation = FDKreadBits(hBs, 4); in _readDrcInstructionsUniDrc()
1350 pCoef = selectDrcCoefficients(hUniDrcConfig, pInst->drcLocation); in _readDrcInstructionsUniDrc()
DdrcDec_selectionProcess.cpp977 if (pCoef->drcLocation != in _preSelectionRequirement5()
979 ->drcLocation) /* drcLocation must be LOCATION_SELECTED */ in _preSelectionRequirement5()
/external/aac/libDRCdec/include/
DFDK_drcDecLib.h296 const DRC_DEC_LOCATION drcLocation,
303 const DRC_DEC_LOCATION drcLocation,