Searched refs:logSum (Results 1 – 2 of 2) sorted by relevance
346 double logSum = 0; in binomialCoefficientLog() local350 logSum += FastMath.log(i); in binomialCoefficientLog()355 logSum -= FastMath.log(i); in binomialCoefficientLog()358 return logSum; in binomialCoefficientLog()861 double logSum = 0;863 logSum += FastMath.log(i);865 return logSum;
183 static opus_val16 logSum(opus_val16 a, opus_val16 b) in logSum() function214 opus_val16 logSum(opus_val16 a, opus_val16 b) in logSum() function280 maskLogE[0][i] = logSum(maskLogE[0][i], bandLogE[21*c+i]); in surround_analysis()284 maskLogE[2][i] = logSum(maskLogE[2][i], bandLogE[21*c+i]); in surround_analysis()289 maskLogE[0][i] = logSum(maskLogE[0][i], bandLogE[21*c+i]-QCONST16(.5f, DB_SHIFT)); in surround_analysis()290 maskLogE[2][i] = logSum(maskLogE[2][i], bandLogE[21*c+i]-QCONST16(.5f, DB_SHIFT)); in surround_analysis()