Home
last modified time | relevance | path

Searched refs:to_dB (Results 1 – 25 of 47) sorted by relevance

12

/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/bqaudiostream/test/
H A DTestWavReadWrite.h21 static float to_dB(float ratio)
160 .arg(to_dB(maxdiff))
165 .arg(to_dB(error))
167 .arg(to_dB(warning));
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZamCompX2/
H A DZamCompX2Plugin.cpp340 Lxg = (ingain==0.f) ? -160.f : to_dB(fabsf(ingain)); in run()
343 Lxg = (in0==0.f) ? -160.f : to_dB(fabsf(in0)); in run()
344 Rxg = (in1==0.f) ? -160.f : to_dB(fabsf(in1)); in run()
436 outlevel = (max == 0.f) ? -45.f : to_dB(max); // relative to - thresdb; in run()
H A DZamCompX2Plugin.hpp119 to_dB(float g) { in to_dB() function in ZamCompX2Plugin
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZaMultiCompX2/
H A DZaMultiCompX2Plugin.cpp815 Lxg = (inL==0.f) ? -160.f : to_dB(fabsf(inL));
816 Rxg = (inR==0.f) ? -160.f : to_dB(fabsf(inR));
944 outlevel[0] = (outlevel[0] == 0.f) ? -45.0 : to_dB(outlevel[0]);
953 outlevel[1] = (outlevel[1] == 0.f) ? -45.0 : to_dB(outlevel[1]);
962 outlevel[2] = (outlevel[2] == 0.f) ? -45.0 : to_dB(outlevel[2]);
1003 outl = (maxxL == 0.f) ? -160.f : to_dB(maxxL);
1004 outr = (maxxR == 0.f) ? -160.f : to_dB(maxxR);
H A DZaMultiCompX2UI.cpp323 xg = (in==0.f) ? -160.f : to_dB(fabsf(in));
335 *outx = (to_dB(in) + 1.) / 55. + 1.;
336 *outy = !fBypass[k] ? (to_dB(in) + fMaster + 1.) / 55. + 1. : (yg + makeup + 1.) / 55. + 1.;
345 xg = (in==0.f) ? -160.f : to_dB(fabsf(in));
350 *outx = (to_dB(in) + 1.) / 55. + 1.;
351 *outy = !fBypass[k] ? (to_dB(in) + fMaster + 1.) / 55. + 1. : (yg + makeup + 1.) / 55. + 1.;
/dports/audio/ardour6/Ardour-6.8.0/libs/plugins/a-exp.lv2/
H A Da-exp.c277 to_dB(float g) { in to_dB() function
381 Lxg = (ingain==0.f) ? -160.f : to_dB(ingain); in run()
437 *(aexp->outlevel) = (max_out < 0.0001) ? -60.f : to_dB(max_out); in run()
454 const float v_lvl_out = (max_out < MINUS_60) ? -60.f : to_dB(max_out); in run()
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZamPhono/
H A DZamPhonoUI.hpp42 to_dB(double g) { in to_dB() function in ZamPhonoUI
H A DZamPhonoPlugin.hpp97 to_dB(double g) { in to_dB() function in ZamPhonoPlugin
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZamGate/
H A DZamGatePlugin.cpp315 gainr = (gl > 0) ? sanitize_denormal(-to_dB(gl)) : 40.0; in run()
319 outlevel = (max == 0.f) ? -45.f : to_dB(max); in run()
H A DZamGatePlugin.hpp117 to_dB(float g) { in to_dB() function in ZamGatePlugin
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZaMultiComp/
H A DZaMultiCompPlugin.cpp793 Lxg = (in==0.f) ? -160.f : to_dB(fabsf(in)); in run_comp()
877 outlevel[0] = (outlevel[0] == 0.f) ? -45.0 : to_dB(outlevel[0]); in run()
885 outlevel[1] = (outlevel[1] == 0.f) ? -45.0 : to_dB(outlevel[1]); in run()
893 outlevel[2] = (outlevel[2] == 0.f) ? -45.0 : to_dB(outlevel[2]); in run()
928 out = (maxx <= 0.f) ? -160.f : to_dB(maxx); in run()
H A DZaMultiCompUI.cpp318 xg = (in==0.f) ? -160.f : to_dB(fabsf(in)); in compcurve()
330 *outx = (to_dB(in) + 1.) / 55. + 1.; in compcurve()
331 *outy = !fBypass[k] ? (to_dB(in) + fMaster + 1.) / 55. + 1. : (yg + makeup + 1.) / 55. + 1.; in compcurve()
340 xg = (in==0.f) ? -160.f : to_dB(fabsf(in)); in compdot()
345 *outx = (to_dB(in) + 1.) / 55. + 1.; in compdot()
346 *outy = !fBypass[k] ? (to_dB(in) + fMaster + 1.) / 55. + 1. : (yg + makeup + 1.) / 55. + 1.; in compdot()
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZamChild670/
H A DZamChild670Plugin.hpp112 to_dB(float g) { in to_dB() function in ZamChild670Plugin
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZaMaximX2/
H A DZaMaximX2Plugin.cpp285 gainred = -to_dB(g[0]); in run()
303 outlevel = (maxx == 0.f) ? -160. : to_dB(maxx); in run()
H A DZaMaximX2Plugin.hpp111 to_dB(float g) { in to_dB() function in ZaMaximX2Plugin
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZamComp/
H A DZamCompPlugin.hpp113 to_dB(float g) {
H A DZamCompPlugin.cpp317 Lxg = (ingain==0.f) ? -160.f : to_dB(fabsf(ingain)); in run()
367 outlevel = (max == 0.f) ? -45.f : to_dB(max); // relative to - thresdb; in run()
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZamSynth/
H A DZamSynthPlugin.hpp110 to_dB(float g) { in to_dB() function in ZamSynthPlugin
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZamVerb/
H A DZamVerbPlugin.hpp110 to_dB(float g) { in to_dB() function in ZamVerbPlugin
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZamGateX2/
H A DZamGateX2Plugin.cpp335 gainr = (g > 0) ? sanitize_denormal(-to_dB(g)) : 45.0; in run()
338 outlevel = (max == 0.f) ? -45.f : to_dB(max); in run()
H A DZamGateX2Plugin.hpp117 to_dB(float g) { in to_dB() function in ZamGateX2Plugin
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZamGrains/
H A DZamGrainsPlugin.hpp115 to_dB(float g) { in to_dB() function in ZamGrainsPlugin
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZamHeadX2/
H A DZamHeadX2Plugin.hpp112 to_dB(float g) {
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZamPiano/
H A DZamPianoPlugin.hpp127 to_dB(float g) { in to_dB() function in ZamPianoPlugin
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZamSFZ/
H A DZamSFZPlugin.hpp115 to_dB(float g) { in to_dB() function in ZamSFZPlugin

12