Home
last modified time | relevance | path

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

/external/aac/libDRCdec/src/
DdrcGainDec_preprocess.cpp502 const FIXP_SGL slopeDb, /* in: slope value in dB/deltaTmin, e = 2 */ in _toLinear() argument
609 if (slopeDb == (FIXP_SGL)0) { in _toLinear()
613 fMult(slopeDb, SLOPE_FACTOR_DB_TO_LINEAR); /* resulting e: 2 - 3 = -1 */ in _toLinear()