Home
last modified time | relevance | path

Searched refs:fInGain (Results 1 – 25 of 40) sorted by relevance

12

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dgraph_equalizer.cpp49 fInGain = 1.0f; in graph_equalizer_base()
99 fInGain = 1.0f; in init()
126 c->fInGain = 1.0f; in init()
374 fInGain = pInGain->getValue(); in update_settings()
435 fInGain = pInGain->getValue(); in update_settings()
452 c->fInGain = c->pInGain->getValue(); in update_settings()
623 if (fInGain != 1.0f) in process()
632 if (fInGain != 1.0f) in process()
641 if (fInGain != 1.0f) in process()
664 if (c->fInGain != 1.0f) in process()
[all …]
H A Dlatency_meter.cpp35 fInGain = 0.0f; in latency_meter()
127 dsp::mul_k3(vBuffer, in, fInGain, to_do); in process()
163 fInGain = pInputGain->getValue(); in update_settings()
H A Dcrossover.cpp40 fInGain = GAIN_AMP_0_DB; in crossover_base()
583 fInGain = pInGain->getValue(); in update_settings()
676 …ls[0].fInLevel = lsp_max(vChannels[0].fInLevel, dsp::abs_max(vChannels[0].vIn, to_do) * fInGain); in process()
677 …ls[1].fInLevel = lsp_max(vChannels[1].fInLevel, dsp::abs_max(vChannels[1].vIn, to_do) * fInGain); in process()
680 dsp::mul_k3(vChannels[0].vBuffer, vChannels[0].vInAnalyze, fInGain, to_do); in process()
681 dsp::mul_k3(vChannels[1].vBuffer, vChannels[1].vInAnalyze, fInGain, to_do); in process()
687 …ls[0].fInLevel = lsp_max(vChannels[0].fInLevel, dsp::abs_max(vChannels[0].vIn, to_do) * fInGain); in process()
692 dsp::mul_k3(vChannels[0].vBuffer, vChannels[0].vInAnalyze, fInGain, to_do); in process()
693 dsp::mul_k3(vChannels[1].vBuffer, vChannels[1].vInAnalyze, fInGain, to_do); in process()
702 dsp::mul_k3(vChannels[0].vBuffer, vChannels[0].vInAnalyze, fInGain, to_do); in process()
[all …]
H A Dmb_compressor.cpp42 fInGain = GAIN_AMP_0_DB; in mb_compressor_base()
665 fInGain = pInGain->getValue(); in update_settings()
1180 float level = dsp::abs_max(c->vIn, to_process) * fInGain; in process()
1188 dsp::mul_k2(vChannels[0].vBuffer, fInGain, to_process); in process()
1189 dsp::mul_k2(vChannels[1].vBuffer, fInGain, to_process); in process()
1192 dsp::mul_k3(vChannels[0].vBuffer, vChannels[0].vIn, fInGain, to_process); in process()
1195 dsp::mul_k3(vChannels[0].vBuffer, vChannels[0].vIn, fInGain, to_process); in process()
1196 dsp::mul_k3(vChannels[1].vBuffer, vChannels[1].vIn, fInGain, to_process); in process()
1203 dsp::mul_k2(vChannels[0].vExtScBuffer, fInGain, to_process); in process()
1204 dsp::mul_k2(vChannels[1].vExtScBuffer, fInGain, to_process); in process()
[all …]
H A Dmb_expander.cpp41 fInGain = GAIN_AMP_0_DB; in mb_expander_base()
644 fInGain = pInGain->getValue(); in update_settings()
1114 float level = dsp::abs_max(c->vIn, to_process) * fInGain; in process()
1122 dsp::mul_k2(vChannels[0].vBuffer, fInGain, to_process); in process()
1123 dsp::mul_k2(vChannels[1].vBuffer, fInGain, to_process); in process()
1126 dsp::mul_k3(vChannels[0].vBuffer, vChannels[0].vIn, fInGain, to_process); in process()
1129 dsp::mul_k3(vChannels[0].vBuffer, vChannels[0].vIn, fInGain, to_process); in process()
1130 dsp::mul_k3(vChannels[1].vBuffer, vChannels[1].vIn, fInGain, to_process); in process()
1137 dsp::mul_k2(vChannels[0].vExtScBuffer, fInGain, to_process); in process()
1138 dsp::mul_k2(vChannels[1].vExtScBuffer, fInGain, to_process); in process()
[all …]
H A Dmb_gate.cpp41 fInGain = GAIN_AMP_0_DB; in mb_gate_base()
650 fInGain = pInGain->getValue(); in update_settings()
1121 float level = dsp::abs_max(c->vIn, to_process) * fInGain; in process()
1129 dsp::mul_k2(vChannels[0].vBuffer, fInGain, to_process); in process()
1130 dsp::mul_k2(vChannels[1].vBuffer, fInGain, to_process); in process()
1133 dsp::mul_k3(vChannels[0].vBuffer, vChannels[0].vIn, fInGain, to_process); in process()
1136 dsp::mul_k3(vChannels[0].vBuffer, vChannels[0].vIn, fInGain, to_process); in process()
1137 dsp::mul_k3(vChannels[1].vBuffer, vChannels[1].vIn, fInGain, to_process); in process()
1144 dsp::mul_k2(vChannels[0].vExtScBuffer, fInGain, to_process); in process()
1145 dsp::mul_k2(vChannels[1].vExtScBuffer, fInGain, to_process); in process()
[all …]
H A Dgate.cpp45 fInGain = 1.0f; in gate_base()
452 fInGain = pInGain->getValue(); in update_settings()
587 dsp::mul_k3(vChannels[0].vIn, in_buf[0], fInGain, to_process); in process()
591 dsp::mul_k2(vChannels[0].vIn, fInGain, to_process); in process()
592 dsp::mul_k2(vChannels[1].vIn, fInGain, to_process); in process()
596 dsp::mul_k3(vChannels[0].vIn, in_buf[0], fInGain, to_process); in process()
597 dsp::mul_k3(vChannels[1].vIn, in_buf[1], fInGain, to_process); in process()
H A Dexpander.cpp45 fInGain = 1.0f; in expander_base()
430 fInGain = pInGain->getValue(); in update_settings()
558 dsp::mul_k3(vChannels[0].vIn, in_buf[0], fInGain, to_process); in process()
562 dsp::mul_k2(vChannels[0].vIn, fInGain, to_process); in process()
563 dsp::mul_k2(vChannels[1].vIn, fInGain, to_process); in process()
567 dsp::mul_k3(vChannels[0].vIn, in_buf[0], fInGain, to_process); in process()
568 dsp::mul_k3(vChannels[1].vIn, in_buf[1], fInGain, to_process); in process()
H A Dcompressor.cpp45 fInGain = 1.0f; in compressor_base()
447 fInGain = pInGain->getValue(); in update_settings()
615 dsp::mul_k3(vChannels[0].vIn, in_buf[0], fInGain, to_process); in process()
619 dsp::mul_k2(vChannels[0].vIn, fInGain, to_process); in process()
620 dsp::mul_k2(vChannels[1].vIn, fInGain, to_process); in process()
624 dsp::mul_k3(vChannels[0].vIn, in_buf[0], fInGain, to_process); in process()
625 dsp::mul_k3(vChannels[1].vIn, in_buf[1], fInGain, to_process); in process()
1101 v->write("fInGain", fInGain); in dump()
H A Ddyna_processor.cpp45 fInGain = 1.0f; in dyna_processor_base()
483 fInGain = pInGain->getValue(); in update_settings()
661 dsp::mul_k3(vChannels[0].vIn, in_buf[0], fInGain, to_process); in process()
665 dsp::mul_k2(vChannels[0].vIn, fInGain, to_process); in process()
666 dsp::mul_k2(vChannels[1].vIn, fInGain, to_process); in process()
670 dsp::mul_k3(vChannels[0].vIn, in_buf[0], fInGain, to_process); in process()
671 dsp::mul_k3(vChannels[1].vIn, in_buf[1], fInGain, to_process); in process()
H A Dlimiter.cpp44 fInGain = GAIN_AMP_0_DB; in limiter_base()
464 fInGain = pInGain->getValue(); in update_settings()
542 if (fInGain != GAIN_AMP_0_DB) in process()
544 dsp::mul_k3(c->vOutBuf, c->vIn, fInGain, to_do); in process()
840 v->write("fInGain", fInGain); in dump()
/dports/audio/eq10q-lv2/eq10q-2.2/
H A Deq.c54 float *fInGain; member
137 plugin->fInGain = data; in connectPortEQ()
302 const float fInGain = dB2Lin(*(plugin_data->fInGain)); in runEQ_v2() local
423 sampleL *= fInGain; in runEQ_v2()
430 sampleR *= fInGain; in runEQ_v2()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dgraph_equalizer.h79 float fInGain; // Input gain member
115 float fInGain; // Input gain variable
H A Dlatency_meter.h40 float fInGain; variable
H A Dcrossover.h119 float fInGain; // Input gain variable
H A Dlimiter.h93 float fInGain; // Input gain variable
H A Dpara_equalizer.h85 float fInGain; // Input gain member
H A Dexpander.h151 float fInGain; // Input gain variable
H A Dgate.h152 float fInGain; // Input gain variable
H A Dcompressor.h156 float fInGain; // Input gain variable
H A Ddyna_processor.h159 float fInGain; // Input gain variable
H A Dmb_gate.h181 float fInGain; // Input gain variable
/dports/audio/eq10q-lv2/eq10q-2.2/gui/widgets/
H A Deqparams.h38 void setInputGain(float fInGain);
H A Deqparams.cpp109 void EqParams::setInputGain(float fInGain) in setInputGain() argument
111 m_fInGain = fInGain; in setInputGain()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/IrrlichtDemo/irrKlang-1.1.3/
H A Dik_ISoundEffectControl.h228 virtual bool enableWavesReverbSoundEffect(ik_f32 fInGain = 0,

12