Searched refs:mMinFreqLog (Results 1 – 2 of 2) sorted by relevance
303 private static final float mMinFreqLog = (float)Math.log10(DEFAULT_MIN_FREQUENCY); field in DynamicsProcessing728 freq = (float)Math.pow(10, mMinFreqLog + in Eq()729 b * (mMaxFreqLog - mMinFreqLog)/(bandCount -1)); in Eq()815 freq = (float)Math.pow(10, mMinFreqLog + in Mbc()816 b * (mMaxFreqLog - mMinFreqLog)/(bandCount -1)); in Mbc()
24020 Landroid/media/audiofx/DynamicsProcessing;->mMinFreqLog:F