Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DExponentialTaper.java46 public ExponentialTaper(double dmin, double dmax, double maxRatio) { in ExponentialTaper() argument
49 if (dmax > dmin * maxRatio) { in ExponentialTaper()
50 offset = dmax / maxRatio; in ExponentialTaper()
/external/aac/libAACenc/src/
Dadj_thr_data.h134 FIXP_DBL maxRatio; member