Searched refs:slopeIsNegative (Results 1 – 2 of 2) sorted by relevance
309 WORD32 slopeIsNegative; in impd_conv_to_linear_domain() local314 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()
122 int slopeIsNegative; member236 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()