Searched refs:mMaxFreqLog (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java304 private static final float mMaxFreqLog = (float)Math.log10(DEFAULT_MAX_FREQUENCY); field in class:DynamicsProcessing
729 b * (mMaxFreqLog - mMinFreqLog)/(bandCount -1));
816 b * (mMaxFreqLog - mMinFreqLog)/(bandCount -1));

Completed in 32 milliseconds