Home
last modified time | relevance | path

Searched refs:gain2 (Results 26 – 50 of 425) sorted by relevance

12345678910>>...17

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/magnetometer/
H A Dst_magn_core.c140 .gain2 = 980,
146 .gain2 = 760,
152 .gain2 = 600,
158 .gain2 = 400,
164 .gain2 = 355,
170 .gain2 = 295,
176 .gain2 = 205,
219 .gain2 = 1020,
225 .gain2 = 1315,
231 .gain2 = 1666,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/magnetometer/
H A Dst_magn_core.c140 .gain2 = 980,
146 .gain2 = 760,
152 .gain2 = 600,
158 .gain2 = 400,
164 .gain2 = 355,
170 .gain2 = 295,
176 .gain2 = 205,
219 .gain2 = 1020,
225 .gain2 = 1315,
231 .gain2 = 1666,
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/n3xx/dboards/rh/cpld/
H A Drhodium_gain_ctrl.v129 reg [5:0] gain2; register
169 gain2 <= ctrl_index;
192 18: ctrl_miso <= gain2[5];
193 19: ctrl_miso <= gain2[4];
194 20: ctrl_miso <= gain2[3];
195 21: ctrl_miso <= gain2[2];
196 22: ctrl_miso <= gain2[1];
197 23: ctrl_miso <= gain2[0];
/dports/audio/mixxx/mixxx-2.3.0/src/effects/builtin/
H A Dparametriceqeffect.cpp73 EffectManifestParameterPointer gain2 = pManifest->addParameter(); in getManifest() local
74 gain2->setId("gain2"); in getManifest()
75 gain2->setName(QObject::tr("Gain 2")); in getManifest()
76 gain2->setShortName(QObject::tr("Gain 2")); in getManifest()
77 gain2->setDescription(QObject::tr( in getManifest()
80 gain2->setSemanticHint(EffectManifestParameter::SemanticHint::UNKNOWN); in getManifest()
81 gain2->setUnitsHint(EffectManifestParameter::UnitsHint::UNKNOWN); in getManifest()
82 gain2->setNeutralPointOnScale(0.5); in getManifest()
83 gain2->setDefault(0); in getManifest()
84 gain2->setMinimum(-18); in getManifest()
[all …]
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/
H A Dgxpreamp.dsp8 : *(gain2) : PreAmp2 : fi.highpass(1,31.0) : *(2/92)
15 gain2 = vslider("gain2",0,-20,40,0.1) : ba.db2linear : smoothi(0.999);
21 … : *(gain1) : mix(gain2, PreAmp1 : fi.highpass(1,31.0), PreAmp2 : fi.highpass(1,31.0)) : *(2/92)
31 gain2 = vslider("gain2",0,-1,1,0.1);
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Dsample.cpp160 CSAMPLE gain2, SINT numSamples) { in applyAlternatingGain() argument
162 if (gain1 == gain2) { in applyAlternatingGain()
170 pBuffer[i * 2 + 1] *= gain2; in applyAlternatingGain()
176 CSAMPLE gain1, CSAMPLE gain2, in applyRampingAlternatingGain() argument
178 if (gain1 == gain1Old && gain2 == gain2Old){ in applyRampingAlternatingGain()
199 const CSAMPLE_GAIN gain2Delta = (gain2 - gain2Old) in applyRampingAlternatingGain()
269 const CSAMPLE* M_RESTRICT pSrc2, CSAMPLE_GAIN gain2, in add2WithGain() argument
272 addWithGain(pDest, pSrc2, gain2, numSamples); in add2WithGain()
274 } else if (gain2 == CSAMPLE_GAIN_ZERO) { in add2WithGain()
281 pDest[i] += pSrc1[i] * gain1 + pSrc2[i] * gain2; in add2WithGain()
[all …]
H A Dsample_autogen.h91 if (gain2 == CSAMPLE_GAIN_ZERO) { in copy3WithGain()
99 pSrc2[i] * gain2; in copy3WithGain()
152 if (gain2 == CSAMPLE_GAIN_ZERO) { in copy4WithGain()
164 pSrc2[i] * gain2 + in copy4WithGain()
229 if (gain2 == CSAMPLE_GAIN_ZERO) { in copy5WithGain()
245 pSrc2[i] * gain2 + in copy5WithGain()
322 if (gain2 == CSAMPLE_GAIN_ZERO) { in copy6WithGain()
342 pSrc2[i] * gain2 + in copy6WithGain()
431 if (gain2 == CSAMPLE_GAIN_ZERO) { in copy7WithGain()
455 pSrc2[i] * gain2 + in copy7WithGain()
[all …]
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/faust/
H A Damp2.dsp16 stage2 = lowpass1(6531.0) : tubestage(TB_12AX7_250k,132.0,1500.0,1.204285) : *(gain2) with {
17 gain2 = vslider("gain2", 6, -10.0, 20.0, 0.1) : ba.db2linear : smoothi(0.999);
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/faust/
H A Damp2.dsp17 stage2 = lowpass1(6531.0) : tubestage(TB_12AX7_250k,132.0,1500.0,1.204285) : *(gain2) with {
18 gain2 = vslider("gain2", 6, -10.0, 20.0, 0.1) : ba.db2linear : smoothi(0.999);
/dports/audio/mixxx/mixxx-2.3.0/src/preferences/dialog/
H A Ddlgprefcrossfader.cpp168 CSAMPLE_GAIN gain1, gain2; in drawXfaderDisplay() local
173 &gain1, &gain2); in drawXfaderDisplay()
175 double gain = sqrt(gain1 * gain1 + gain2 * gain2); in drawXfaderDisplay()
178 gain2 *= 0.71f; in drawXfaderDisplay()
184 point2 = QPointF(i + 1, (1. - gain2) * (sizeY) - 3); in drawXfaderDisplay()
/dports/audio/lmms/lmms-1.2.2/plugins/CrossoverEQ/
H A DCrossoverEQControlDialog.cpp77 Fader * gain2 = new Fader( &controls->m_gain2, "Band 2 Gain", this, in CrossoverEQControlDialog() local
79 gain2->move( 47, 56 ); in CrossoverEQControlDialog()
80 gain2->setDisplayConversion( false ); in CrossoverEQControlDialog()
81 gain2->setHintText( tr( "Band 2 Gain:" ), " dBFS" ); in CrossoverEQControlDialog()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/
H A Dinline_02a.vhd36 constant gain2 : real := 4.0; constant
45 amplified_input2 == input2 * gain2;
58 constant gain2 : real := 4.0; constant
64 output == input1 * gain1 * input2 * gain2;
/dports/audio/lmms/lmms-1.2.2/plugins/DualFilter/
H A DDualFilter.cpp103 float gain2 = m_dfControls.m_gain2Model.value(); in processAudioBuffer() local
127 float *gain2Ptr = gain2Buffer ? &( gain2Buffer->values()[ 0 ] ) : &gain2; in processAudioBuffer()
143 const float gain2 = *gain2Ptr * 0.01f; in processAudioBuffer() local
189 s2[0] *= gain2; in processAudioBuffer()
190 s2[1] *= gain2; in processAudioBuffer()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/zstd/lib/compress/
H A Dzstd_lazy.c481 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
483 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
490 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
500 int const gain2 = (int)(ml2 * 4); in ZSTD_compressBlock_lazy_generic() local
502 if ((ml2 >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
509 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
656 int const gain2 = (int)(repLength * 3); in ZSTD_compressBlock_lazy_extDict_generic() local
658 if ((repLength >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_extDict_generic()
667 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
686 int const gain2 = (int)(repLength * 4); in ZSTD_compressBlock_lazy_extDict_generic() local
[all …]
/dports/audio/bristol/bristol-0.60.10/bristol/
H A Dexpdco.c260 register float gain, gain1, gain2, transp; in operate() local
358 gain2 = wform * 3; in operate()
359 gain1 = (1.0 - gain2) * gain; in operate()
360 gain2 *= gain; in operate()
367 * gain2; in operate()
374 * gain2; in operate()
382 gain2 = (wform - 0.33) * 3; in operate()
383 gain1 = (1.0 - gain2) * gain; in operate()
384 gain2 *= ssg; in operate()
391 * gain2; in operate()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/pressure/
H A Dst_pressure_core.c271 .gain2 = ST_PRESS_LSB_PER_CELSIUS,
341 .gain2 = ST_PRESS_LPS001WP_LSB_PER_CELSIUS,
394 .gain2 = ST_PRESS_LSB_PER_CELSIUS,
463 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS,
532 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS,
606 *val2 = press_data->current_fullscale->gain2; in st_press_read_raw()
617 press_data->current_fullscale->gain2; in st_press_read_raw()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/pressure/
H A Dst_pressure_core.c271 .gain2 = ST_PRESS_LSB_PER_CELSIUS,
341 .gain2 = ST_PRESS_LPS001WP_LSB_PER_CELSIUS,
394 .gain2 = ST_PRESS_LSB_PER_CELSIUS,
463 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS,
532 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS,
606 *val2 = press_data->current_fullscale->gain2; in st_press_read_raw()
617 press_data->current_fullscale->gain2; in st_press_read_raw()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/pressure/
H A Dst_pressure_core.c271 .gain2 = ST_PRESS_LSB_PER_CELSIUS,
341 .gain2 = ST_PRESS_LPS001WP_LSB_PER_CELSIUS,
394 .gain2 = ST_PRESS_LSB_PER_CELSIUS,
463 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS,
532 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS,
606 *val2 = press_data->current_fullscale->gain2; in st_press_read_raw()
617 press_data->current_fullscale->gain2; in st_press_read_raw()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/scripts/Faust/helpers/
H A DmonoComparator.dsp4 comparator = *(_, gain1), *(_, gain2) :> _
7 gain2 = ma.fabs(1 - gain1);
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
H A Dsynthesis_amr_wb.cpp150 int16 gain1, gain2; in synthesis_amr_wb() local
309 gain2 = mult_int16(gain1, 20480); in synthesis_amr_wb()
310 gain2 = shl_int16(gain2, 1); in synthesis_amr_wb()
314 tmp = gain2 - 1; in synthesis_amr_wb()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BhobUGens/
H A DBhobFilt.cpp2152 float gain2=ZIN0(6); in NestedAllpassN_next_z() local
2229 float gain2=ZIN0(6); in NestedAllpassN_next() local
2301 float gain2=ZIN0(6); in NestedAllpassL_next() local
2373 float gain2=ZIN0(6); in NestedAllpassL_next_z() local
2479 float gain2=ZIN0(6); in NestedAllpassC_next() local
2565 float gain2=ZIN0(6); in NestedAllpassC_next_z() local
2688 float gain2=ZIN0(6); in DoubleNestedAllpassN_next() local
2762 float gain2=ZIN0(6); in DoubleNestedAllpassN_next_z() local
2871 float gain2=ZIN0(6); in DoubleNestedAllpassL_next() local
2966 float gain2=ZIN0(6); in DoubleNestedAllpassL_next_z() local
[all …]
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/lib/compress/
H A Dzstd_lazy.c724 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
726 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
738 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
740 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
748 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
759 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
761 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
773 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
783 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1005 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/lib/compress/
H A Dzstd_lazy.c724 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
726 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
738 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
740 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
748 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
759 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
761 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
773 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
783 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1005 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/lib/compress/
H A Dzstd_lazy.c724 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
726 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
738 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
740 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
748 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
759 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
761 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
773 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
783 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1005 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/DataDog/zstd/
H A Dzstd_lazy.c724 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
726 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
738 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
740 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
748 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
759 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
761 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
773 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
783 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1005 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]

12345678910>>...17