Home
last modified time | relevance | path

Searched refs:DB_TO_LINEAR (Results 1 – 25 of 59) sorted by relevance

123

/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/
H A DAmplify.cpp77 mRatio = DB_TO_LINEAR(mAmp); in BEGIN_EVENT_TABLE()
299 mRatio = DB_TO_LINEAR(dB); in TransferDataToWindow()
323 … mRatio = DB_TO_LINEAR(TrapDouble(mAmp * SCL_Amp, MIN_Amp * SCL_Amp, MAX_Amp * SCL_Amp) / SCL_Amp); in TransferDataFromWindow()
350 … mRatio = DB_TO_LINEAR(TrapDouble(mAmp * SCL_Amp, MIN_Amp * SCL_Amp, MAX_Amp * SCL_Amp) / SCL_Amp); in OnAmpText()
371 mRatio = DB_TO_LINEAR(mNewPeak) / mPeak; in OnPeakText()
376 mRatio = DB_TO_LINEAR(mAmp); in OnPeakText()
388 mRatio = DB_TO_LINEAR(TrapDouble(dB, MIN_Amp, MAX_Amp)); in OnAmpSlider()
391 double ratio2 = DB_TO_LINEAR(TrapDouble(dB2, MIN_Amp, MAX_Amp)); in OnAmpSlider()
H A DDistortion.cpp94 const double MIN_Threshold_Linear DB_TO_LINEAR(MIN_Threshold_dB);
174 mThreshold = DB_TO_LINEAR(mParams.mThreshold_dB); in BEGIN_EVENT_TABLE()
347 mThreshold = DB_TO_LINEAR(mParams.mThreshold_dB); in LoadFactoryPreset()
402 DB_TO_LINEAR(MAX_Threshold_dB) * SCL_Threshold_dB, in PopulateOrExchange()
403 DB_TO_LINEAR(MIN_Threshold_dB) * SCL_Threshold_dB); in PopulateOrExchange()
523 mThreshold = DB_TO_LINEAR(mParams.mThreshold_dB); in TransferDataFromWindow()
644 mThreshold = DB_TO_LINEAR(mParams.mThreshold_dB); in OnThresholdText()
887 mThreshold = DB_TO_LINEAR(mParams.mThreshold_dB); in UpdateControl()
1070 double amount = std::min(0.999, DB_TO_LINEAR(-1 * mParams.mParam1)); // avoid divide by zero in ExponentialTable()
1191 double noiseFloor = DB_TO_LINEAR(mParams.mNoiseFloor); in Leveller()
H A DBassTreble.cpp351 data.gain = DB_TO_LINEAR(mGain); in InstanceInit()
368 double oldBass = DB_TO_LINEAR(mBass); in InstanceProcess()
369 double oldTreble = DB_TO_LINEAR(mTreble); in InstanceProcess()
371 data.gain = DB_TO_LINEAR(mGain); in InstanceProcess()
H A DLoudness.cpp178 mRatio = DB_TO_LINEAR(TrapDouble(mLUFSLevel*2, MIN_LUFSLevel, MAX_LUFSLevel)); in Process()
180 mRatio = DB_TO_LINEAR(TrapDouble(mRMSLevel, MIN_RMSLevel, MAX_RMSLevel)); in Process()
H A DBiquad.cpp189 …double fTemp = DB_TO_LINEAR(-wxMax(0.001, ripple)); // at DC the response is down R dB (for e… in CalcChebyshevType1Filter()
243 double eps = DB_TO_LINEAR(-wxMax(0.001, ripple)); in CalcChebyshevType2Filter()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux/common/ADM_audioFilter/src/
H A Daudiofilter_normalize.cpp42 #define DB_TO_LINEAR(x) (POW10((x/20.))) macro
66 _ratio = DB_TO_LINEAR(db_out); in AUDMAudioFilterNormalize()
158 _ratio = DB_TO_LINEAR(db_delta); in preprocess()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux/common/ADM_audioFilter/src/
H A Daudiofilter_normalize.cpp42 #define DB_TO_LINEAR(x) (POW10((x/20.))) macro
66 _ratio = DB_TO_LINEAR(db_out); in AUDMAudioFilterNormalize()
158 _ratio = DB_TO_LINEAR(db_delta); in preprocess()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/common/ADM_audioFilter/src/
H A Daudiofilter_normalize.cpp42 #define DB_TO_LINEAR(x) (POW10((x/20.))) macro
66 _ratio = DB_TO_LINEAR(db_out); in AUDMAudioFilterNormalize()
158 _ratio = DB_TO_LINEAR(db_delta); in preprocess()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux/common/ADM_audioFilter/src/
H A Daudiofilter_normalize.cpp42 #define DB_TO_LINEAR(x) (POW10((x/20.))) macro
66 _ratio = DB_TO_LINEAR(db_out); in AUDMAudioFilterNormalize()
158 _ratio = DB_TO_LINEAR(db_delta); in preprocess()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/playabletrack/wavetrack/ui/
H A DWaveformVRulerControls.cpp202 min = DB_TO_LINEAR(fabs(min) * dBRange - dBRange); in DoUpdateVRuler()
210 max = DB_TO_LINEAR(fabs(max) * dBRange - dBRange); in DoUpdateVRuler()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c89 #define DB_TO_LINEAR(x) pow (10., (x) / 20.) macro
599 result_volume = DB_TO_LINEAR (result_gain); in gst_rg_volume_update_gain()

123