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.c311 WORD32 slopeIsNegative; in impd_conv_to_linear_domain() local
316 slopeIsNegative = 0; in impd_conv_to_linear_domain()
320 slopeIsNegative = 1; in impd_conv_to_linear_domain()
323 slopeIsNegative = 1; in impd_conv_to_linear_domain()
339 if (((loc_db_gain > 0.0f) && (slopeIsNegative == 1)) || in impd_conv_to_linear_domain()
340 ((loc_db_gain < 0.0f) && (slopeIsNegative == 0))) { in impd_conv_to_linear_domain()
351 } else if (((loc_db_gain < 0.0f) && (slopeIsNegative == 1)) || in impd_conv_to_linear_domain()
352 ((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()
522 if (((gainDb > (FIXP_SGL)0) && nodeMod->slopeIsNegative) || in _toLinear()
523 ((gainDb < (FIXP_SGL)0) && !nodeMod->slopeIsNegative)) { in _toLinear()