Searched refs:gainInterpolationType (Results 1 – 6 of 6) sorted by relevance
/external/aac/libDRCdec/src/ |
D | drcGainDec_process.cpp | 151 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()
|
D | drcDec_gainDecoder.h | 145 GAIN_INTERPOLATION_TYPE gainInterpolationType; member
|
D | drcDec_types.h | 218 UCHAR gainInterpolationType; member
|
D | drcGainDec_init.cpp | 236 drcGainBuffers->dummyLnb.gainInterpolationType = GIT_LINEAR; in initDrcGainBuffers()
|
D | drcGainDec_preprocess.cpp | 694 pLnb->gainInterpolationType = in prepareDrcGain() 695 (GAIN_INTERPOLATION_TYPE)pGainSet->gainInterpolationType; in prepareDrcGain()
|
D | drcDec_reader.cpp | 289 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()
|