Home
last modified time | relevance | path

Searched refs:gainInterpolationType (Results 1 – 6 of 6) sorted by relevance

/external/aac/libDRCdec/src/
DdrcGainDec_process.cpp151 const GAIN_INTERPOLATION_TYPE gainInterpolationType, in _interpolateDrcGain() argument
202 const int frameSize, const GAIN_INTERPOLATION_TYPE gainInterpolationType, in _processNodeSegments() argument
238 err = _interpolateDrcGain(gainInterpolationType, timePrev, duration, start, in _processNodeSegments()
340 hGainDec->frameSize, pLnb->gainInterpolationType, in processDrcTime()
468 hGainDec->frameSize, pLnb->gainInterpolationType, in processDrcSubband()
DdrcDec_gainDecoder.h145 GAIN_INTERPOLATION_TYPE gainInterpolationType; member
DdrcDec_types.h218 UCHAR gainInterpolationType; member
DdrcGainDec_init.cpp236 drcGainBuffers->dummyLnb.gainInterpolationType = GIT_LINEAR; in initDrcGainBuffers()
DdrcGainDec_preprocess.cpp694 pLnb->gainInterpolationType = in prepareDrcGain()
695 (GAIN_INTERPOLATION_TYPE)pGainSet->gainInterpolationType; in prepareDrcGain()
DdrcDec_reader.cpp289 const GAIN_INTERPOLATION_TYPE gainInterpolationType, in _decodeSlopes() argument
293 if (gainInterpolationType == GIT_SPLINE) { in _decodeSlopes()
396 _decodeSlopes(hBs, (GAIN_INTERPOLATION_TYPE)gainSet->gainInterpolationType, in _readNodes()
711 pGSet->gainInterpolationType = FDKreadBits(hBs, 1); in _readGainSet()