Searched refs:log10 (Results 1 – 25 of 51) sorted by relevance
123
78 final double psnr = 20 * Math.log10(255) - 10 * Math.log10(mse); in psnr()
163 return 20 * log10(amplification); in AmplToDb()
8 from math import log10, floor89 return round(val , -int(floor(log10(abs(val)))) + 1)
170 measure.rms = (rms < 0.000016f) ? -9600 : (int32_t)(2000 * log10(rms / 32767.0f)); in getMeasure()171 measure.peak = (peakU16 == 0) ? -9600 : (int32_t)(2000 * log10(peakU16 / 32767.0f)); in getMeasure()
609 passRipple = -20.*log10(1. - d1); // passband ripple613 stopRipple = -20.*log10(fmax); // stopband ripple/attenuation642 return -20. * log10(computeWindowedSincMinimumPassbandValue(stopBandAttenuationDb));
38 return 20 * log10(value); in linearToDb()
50 Math.pow(10, Math.log10(MINIMUM_SCORE) / HISTORY_MAX_AGE_MS * DECAY_INTERVAL_MS);
117 TEST_FUNC_1(log10);
739 pIntReplyData[MEASUREMENT_IDX_RMS] = (int32_t) (2000 * log10(rms / 32767.0f)); in Visualizer_command()744 pIntReplyData[MEASUREMENT_IDX_PEAK] = (int32_t) (2000 * log10(peakU16 / 32767.0f)); in Visualizer_command()
995 return (int)Math.floor(Math.log10(size) / Math.log10(2)) - 1; in pyramidLevel()
259 StrictMath.log10(mDouble); in timeLog10()
269 result = Math.log10(mDouble); in timeLog10()
217 mStack[sp] = (float) Math.log10(mStack[sp]);
64 return 1.2 + 0.42 * std::log10(currentDisplayBrightnessNits / 1000); in computeHlgGamma()
788 f = log10(f);789 f2 = log10(f2);790 f3 = log10(f3);791 f4 = log10(f4);
786 f = log10(f);787 f2 = log10(f2);788 f3 = log10(f3);789 f4 = log10(f4);
227 double dbAtten = -10. * log10(stopbandEnergy / passbandEnergy); in testStopbandDownconversion()
157 TEST_FN_FUNC_FN(log10);
262 return (int)(20*range*Math.log10((double)exp)/72 + range); in expToLin()
277 TEST_FN_FUNC_FN(log10);
291 TEST_FN_FUNC_FN(log10);
213 gaindB[i] = 20 * log10(outputMag / inputMag[i]); in computeFilterGainsAtTones()
167 TEST_HN_FUNC_HN(log10);