Home
last modified time | relevance | path

Searched refs:gain2 (Results 126 – 150 of 425) sorted by relevance

12345678910>>...17

/dports/audio/py-webrtcvad/webrtcvad-2.0.10/cbits/webrtc/common_audio/signal_processing/
H A Dvector_scaling_operations.c125 const int16_t *in2, int16_t gain2, int shift2, in WebRtcSpl_ScaleAndAddVectors() argument
141 + (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(gain2, *in2ptr++, shift2); in WebRtcSpl_ScaleAndAddVectors()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/common_audio/signal_processing/
H A Dvector_scaling_operations.c122 const int16_t *in2, int16_t gain2, int shift2, in WebRtcSpl_ScaleAndAddVectors() argument
138 (int16_t)((gain2 * *in2ptr++) >> shift2); in WebRtcSpl_ScaleAndAddVectors()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/plugins/dmo/
H A DWavesReverb.cpp240 …double gain2 = (1.0 - std::pow(10.0, (m_delay[pair] + m_delay[4 + pair / 2]) * ReverbTimeSmpHF)) *… in RecalculateWavesReverbParams() local
243 m_coeffs[2 + pair * 2] = static_cast<float>(gain1 * (1.0 - gain2)); in RecalculateWavesReverbParams()
244 m_coeffs[3 + pair * 2] = static_cast<float>(gain1 * gain2); in RecalculateWavesReverbParams()
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DMusicDelay.C169 ldl2 = smpsl[i] * gain2 * panning2 - ldl2 * fb2; in out()
170 rdl2 = smpsr[i] * gain2 * (1.0f - panning2) - rdl2 * fb2; in out()
273 gain2 = (float)Pgain2 / 127.0f; in setgain()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G.722.2/AMR-WB/
H A Ddec_util.c1144 Word32 gain1, gain2; in D_UTIL_dec_synthesis() local
1267 gain2 = ((32767 - fac) * 20480) >> 15; in D_UTIL_dec_synthesis()
1268 gain2 = (gain2 << 1); in D_UTIL_dec_synthesis()
1270 if(gain2 > 32767) in D_UTIL_dec_synthesis()
1271 gain2 = 32767; in D_UTIL_dec_synthesis()
1285 tmp = tmp + ((weight2 * gain2) >> 15); in D_UTIL_dec_synthesis()
/dports/net/opal/opal-3.10.10/plugins/audio/G.722.2/AMR-WB/
H A Ddec_util.c1144 Word32 gain1, gain2; in D_UTIL_dec_synthesis() local
1267 gain2 = ((32767 - fac) * 20480) >> 15; in D_UTIL_dec_synthesis()
1268 gain2 = (gain2 << 1); in D_UTIL_dec_synthesis()
1270 if(gain2 > 32767) in D_UTIL_dec_synthesis()
1271 gain2 = 32767; in D_UTIL_dec_synthesis()
1285 tmp = tmp + ((weight2 * gain2) >> 15); in D_UTIL_dec_synthesis()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_dsp/processors/
H A Djuce_LadderFilter.cpp112 gain2 = std::pow (drive2, Type (-2.642)) * Type (0.6103) + Type (0.3903); in setDrive()
127 …const auto a = dx + scaledResonanceValue * Type (-4) * (gain2 * saturationLUT (drive2 * s[4]) - dx… in processSample()
/dports/audio/mixxx/mixxx-2.3.0/src/engine/
H A Denginexfader.h18 CSAMPLE_GAIN* gain2);
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/lib/compress/
H A Dzstd_lazy.c1658 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1660 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1672 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1674 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1682 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1693 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1695 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1707 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1717 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
2046 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/archivers/zstd/zstd-1.5.0/lib/compress/
H A Dzstd_lazy.c1658 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1660 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1672 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1674 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1682 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1693 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1695 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1707 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1717 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
2046 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/archivers/py-zstd/zstd-1.5.0.4/zstd/lib/compress/
H A Dzstd_lazy.c1658 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1660 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1672 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1674 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1682 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1693 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1695 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1707 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1717 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
2046 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_lazy.c1658 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1660 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1672 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1674 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1682 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1693 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1695 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1707 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1717 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
2046 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zstd-1.5.0/compress/
H A Dzstd_lazy.c1658 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1660 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1672 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1674 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1682 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1693 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1695 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1707 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1717 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
2046 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_lazy.c1658 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1660 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1672 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1674 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1682 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1693 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1695 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1707 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1717 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
2046 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/zstd/lib/compress/
H A Dzstd_lazy.c1658 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1660 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1672 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1674 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1682 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1693 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1695 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1707 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1717 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
2046 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmzstd/lib/compress/
H A Dzstd_lazy.c1659 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1661 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1673 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1675 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1683 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1694 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1696 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1708 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1718 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
2047 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmzstd/lib/compress/
H A Dzstd_lazy.c1659 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1661 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1673 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1675 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1683 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1694 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1696 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1708 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1718 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
2047 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmzstd/lib/compress/
H A Dzstd_lazy.c1659 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1661 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1673 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1675 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1683 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1694 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1696 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1708 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1718 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
2047 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/zstd/lib/compress/
H A Dzstd_lazy.c1658 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1660 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1672 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1674 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1682 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1693 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1695 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1707 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1717 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
2046 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_lazy.c1658 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1660 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1672 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local
1674 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1682 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
1693 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1695 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
1707 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local
1717 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic()
2046 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/dports/x11/aclip/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_lazy.c1658 int const gain2 = (int)(mlRep * 3);
1660 if ((mlRep >= 4) && (gain2 > gain1))
1672 int const gain2 = (int)(mlRep * 3);
1674 if ((mlRep >= 4) && (gain2 > gain1))
1682 if ((ml2 >= 4) && (gain2 > gain1)) {
1693 int const gain2 = (int)(mlRep * 4);
1695 if ((mlRep >= 4) && (gain2 > gain1))
1707 int const gain2 = (int)(mlRep * 4);
1717 if ((ml2 >= 4) && (gain2 > gain1)) {
2046 if ((ml2 >= 4) && (gain2 > gain1)) {
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/widgets/
H A Djuce_LadderFilter.cpp118 gain2 = std::pow (drive2, SampleType (-2.642)) * SampleType (0.6103) + SampleType (0.3903); in setDrive()
133 …const auto a = dx + scaledResonanceValue * SampleType (-4) * (gain2 * saturationLUT (drive2 * s[4… in processSample()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BhobUGens/sc/help/
H A DNestedAllpassC.rtf13 \fs24 NestedAllpassN.ar(in, maxdel1, delay1, gain1, maxdel2, delay2, gain2);\
14 DoubleNestedAllpassN.ar(in, maxdel1, delay1, gain1, maxdel2, delay2, gain2, maxdel3, delay3, gain3)…
H A DNestedAllpassL.rtf13 \fs24 NestedAllpassN.ar(in, maxdel1, delay1, gain1, maxdel2, delay2, gain2);\
14 DoubleNestedAllpassN.ar(in, maxdel1, delay1, gain1, maxdel2, delay2, gain2, maxdel3, delay3, gain3)…
H A DNestedAllpassN.rtf13 \fs24 NestedAllpassN.ar(in, maxdel1, delay1, gain1, maxdel2, delay2, gain2);\
14 DoubleNestedAllpassN.ar(in, maxdel1, delay1, gain1, maxdel2, delay2, gain2, maxdel3, delay3, gain3)…

12345678910>>...17