HomeSort by relevance Sort by last modified time
    Searched refs:gainInterpolationType (Results 1 - 6 of 6) sorted by null

  /external/aac/libDRCdec/src/
drcGainDec_process.cpp 151 const GAIN_INTERPOLATION_TYPE gainInterpolationType,
174 { /* gainInterpolationType == GIT_LINEAR */
202 const int frameSize, const GAIN_INTERPOLATION_TYPE gainInterpolationType,
238 err = _interpolateDrcGain(gainInterpolationType, timePrev, duration, start,
340 hGainDec->frameSize, pLnb->gainInterpolationType,
468 hGainDec->frameSize, pLnb->gainInterpolationType,
drcDec_gainDecoder.h 145 GAIN_INTERPOLATION_TYPE gainInterpolationType;
drcDec_types.h 215 UCHAR gainInterpolationType;
drcGainDec_init.cpp 236 drcGainBuffers->dummyLnb.gainInterpolationType = GIT_LINEAR;
drcGainDec_preprocess.cpp 691 pLnb->gainInterpolationType =
692 (GAIN_INTERPOLATION_TYPE)pGainSet->gainInterpolationType;
drcDec_reader.cpp 292 const GAIN_INTERPOLATION_TYPE gainInterpolationType,
296 if (gainInterpolationType == GIT_SPLINE) {
399 _decodeSlopes(hBs, (GAIN_INTERPOLATION_TYPE)gainSet->gainInterpolationType,
705 pGSet->gainInterpolationType = FDKreadBits(hBs, 1);
    [all...]

Completed in 3378 milliseconds