Home
last modified time | relevance | path

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

/external/aac/libDRCdec/src/
DdrcGainDec_preprocess.cpp504 FIXP_DBL* slopeLin) /* out: linear slope value, e = 7 */ in _toLinear() argument
610 *slopeLin = (FIXP_DBL)0; in _toLinear()
621 *slopeLin = in _toLinear()
629 *slopeLin = (FIXP_DBL)0; in _toLinear()
700 FIXP_DBL gainLin, slopeLin; in prepareDrcGain() local
702 (FIXP_SGL)0, &gainLin, &slopeLin); in prepareDrcGain()
DdrcGainDec_process.cpp211 FIXP_DBL slopeLin = (FIXP_DBL)0, slopeLinPrev = (FIXP_DBL)0; in _processNodeSegments() local
228 slopeLinPrev = slopeLin; in _processNodeSegments()
240 slopeLinPrev, slopeLin, buffer); in _processNodeSegments()