Home
last modified time | relevance | path

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

/external/libxaac/decoder/drc_src/
Dimpd_drc_gain_dec.c309 WORD32 slopeIsNegative; in impd_conv_to_linear_domain() local
314 slopeIsNegative = 0; in impd_conv_to_linear_domain()
318 slopeIsNegative = 1; in impd_conv_to_linear_domain()
321 slopeIsNegative = 1; in impd_conv_to_linear_domain()
337 if (((loc_db_gain > 0.0f) && (slopeIsNegative == 1)) || in impd_conv_to_linear_domain()
338 ((loc_db_gain < 0.0f) && (slopeIsNegative == 0))) { in impd_conv_to_linear_domain()
349 } else if (((loc_db_gain < 0.0f) && (slopeIsNegative == 1)) || in impd_conv_to_linear_domain()
350 ((loc_db_gain > 0.0f) && (slopeIsNegative == 0))) { in impd_conv_to_linear_domain()
/external/aac/libDRCdec/src/
DdrcGainDec_preprocess.cpp122 int slopeIsNegative; member
236 pNodeMod->pCCharSource, &pNodeMod->slopeIsNegative); in _prepareDrcCharacteristic()
525 if (((gainDb > (FIXP_SGL)0) && nodeMod->slopeIsNegative) || in _toLinear()
526 ((gainDb < (FIXP_SGL)0) && !nodeMod->slopeIsNegative)) { in _toLinear()