Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DMathUtils.java346 double logSum = 0; in binomialCoefficientLog() local
350 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;
/external/libopus/src/
Dopus_multistream_encoder.c187 static opus_val16 logSum(opus_val16 a, opus_val16 b) in logSum() function
218 opus_val16 logSum(opus_val16 a, opus_val16 b) in logSum() function
312 maskLogE[0][i] = logSum(maskLogE[0][i], bandLogE[21*c+i]); in surround_analysis()
316 maskLogE[2][i] = logSum(maskLogE[2][i], bandLogE[21*c+i]); in surround_analysis()
321 maskLogE[0][i] = logSum(maskLogE[0][i], bandLogE[21*c+i]-QCONST16(.5f, DB_SHIFT)); in surround_analysis()
322 maskLogE[2][i] = logSum(maskLogE[2][i], bandLogE[21*c+i]-QCONST16(.5f, DB_SHIFT)); in surround_analysis()