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