Home
last modified time | relevance | path

Searched refs:log10 (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/av/services/audiopolicy/common/include/
DVolume.h156 return 20 * log10(amplification); in AmplToDb()
/frameworks/rs/cpu_ref/
DrsCpuRuntimeMathFuncs.cpp69 IMPORT_F32_FN_F32(log10)
/frameworks/av/services/audioflinger/
DAudioResamplerFirGen.h605 passRipple = -20.*log10(1. - d1); // passband ripple
609 stopRipple = -20.*log10(fmax); // stopband ripple/attenuation
DTracks.cpp576 20.0 * log10(float_from_gain(gain_minifloat_unpack_left(vlr))), in dump()
577 20.0 * log10(float_from_gain(gain_minifloat_unpack_right(vlr))), in dump()
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs117 TEST_FUNC_1(log10);
/frameworks/av/media/libeffects/visualizer/
DEffectVisualizer.cpp636 pIntReplyData[MEASUREMENT_IDX_RMS] = (int32_t) (2000 * log10(rms / 32767.0f)); in Visualizer_command()
641 pIntReplyData[MEASUREMENT_IDX_PEAK] = (int32_t) (2000 * log10(peakU16 / 32767.0f)); in Visualizer_command()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
DBackDropperFilter.java995 return (int)Math.floor(Math.log10(size) / Math.log10(2)) - 1; in pyramidLevel()
/frameworks/av/services/audioflinger/tests/
Dresampler_tests.cpp208 double dbAtten = -10. * log10(stopbandEnergy / passbandEnergy); in testStopbandDownconversion()
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs768 f = log10(f);
769 f2 = log10(f2);
770 f3 = log10(f3);
771 f4 = log10(f4);
Dmath.rs291 TEST_FN_FUNC_FN(log10);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs768 f = log10(f);
769 f2 = log10(f2);
770 f3 = log10(f3);
771 f4 = log10(f4);
Dmath.rs291 TEST_FN_FUNC_FN(log10);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs157 TEST_FN_FUNC_FN(log10);
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DEnvReverbTest.java262 return (int)(20*range*Math.log10((double)exp)/72 + range); in expToLin()
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs291 TEST_FN_FUNC_FN(log10);
Dmath.rs.bak277 TEST_FN_FUNC_FN(log10);
Dmath.rs.orig291 TEST_FN_FUNC_FN(log10);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs299 TEST_FN_FUNC_FN(log10);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs291 TEST_FN_FUNC_FN(log10);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs361 BENCH_FN_FUNC_FN(log10);
/frameworks/rs/driver/runtime/
Drs_cl.c472 extern float __attribute__((overloadable)) log10(float);
473 FN_FUNC_FN(log10) in FN_FUNC_FN() argument
477 return log10(v) * 3.321928095f; in FN_FUNC_FN()
/frameworks/rs/api/
Drs_math.spec899 function: log10
1596 Fast approximate log10.
1600 See also @log10().
/frameworks/rs/scriptc/
Drs_math.rsh1515 * log10: Base 10 logarithm
1522 log10(float v);
1525 log10(float2 v);
1528 log10(float3 v);
1531 log10(float4 v);
3167 * Fast approximate log10.
3171 * See also log10().
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake153 /* Define to 1 if you have the `log10' function. */
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs2801 *(float*)buf835 = log10(*(float*)buf836);
2802 *(float2*)buf837 = log10(*(float2*)buf838);
2803 *(float3*)buf839 = log10(*(float3*)buf840);
2804 *(float4*)buf841 = log10(*(float4*)buf842);

12