Home
last modified time | relevance | path

Searched refs:softclip (Results 1 – 25 of 89) sorted by relevance

1234

/dports/graphics/simage/simage-1.7.0/mpeg2enc/
H A Didct.c128 static signed short softclip(int idx) in softclip() function
157 softclip((blk[8*0]+32)>>6); in idctcol()
202 blk[8*0] = softclip((x7+x1)>>14); in idctcol()
203 blk[8*1] = softclip((x3+x2)>>14); in idctcol()
204 blk[8*2] = softclip((x0+x4)>>14); in idctcol()
205 blk[8*3] = softclip((x8+x6)>>14); in idctcol()
206 blk[8*4] = softclip((x8-x6)>>14); in idctcol()
207 blk[8*5] = softclip((x0-x4)>>14); in idctcol()
208 blk[8*6] = softclip((x3-x2)>>14); in idctcol()
209 blk[8*7] = softclip((x7-x1)>>14); in idctcol()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/nova-simd/
H A Dsoftclip.hpp38 struct softclip struct
86 return arg.collect(softclip::s_run<FloatType>); in operator ()()
93 NOVA_SIMD_DEFINE_UNARY_WRAPPER(softclip, detail::softclip)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-simd/
H A Dsoftclip.hpp38 struct softclip struct
86 return arg.collect(softclip::s_run<FloatType>); in operator ()()
93 NOVA_SIMD_DEFINE_UNARY_WRAPPER(softclip, detail::softclip)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/examples/GUI examples/
H A Dx-y-plot.scd28 in = RLPF.ar(Pulse.ar([100,100.2],pw,0.5), f, 0.1).softclip;
36 in = RLPF.ar(Saw.ar([100,100.2],0.5), f, 0.1).softclip;
45 in = RLPF.ar(Pulse.ar([120, 120.12, 200, 200.1], pw, 0.5), f, 0.1).softclip;
/dports/biology/kallisto/kallisto-0.46.1/src/
H A DGeneModel.cpp54 int softclip = -trpos; in translateTrPosition() local
55 aln.cigar.push_back((softclip << BAM_CIGAR_SHIFT) | BAM_CSOFT_CLIP); in translateTrPosition()
56 rpos += softclip; in translateTrPosition()
92 int softclip = -trpos; in translateTrPosition() local
93 aln.cigar.push_back((softclip << BAM_CIGAR_SHIFT) | BAM_CSOFT_CLIP); // soft clip in translateTrPosition()
94 rpos += softclip; in translateTrPosition()
H A DPseudoBam.cpp359 int softclip = 1 - posread; in getCIGARandSoftClip() local
367 if (softclip > 0) { in getCIGARandSoftClip()
369 sprintf(cig, "%dS%dM%dS",softclip, (length-overhang - softclip), overhang); in getCIGARandSoftClip()
371 sprintf(cig, "%dS%dM",softclip,length-softclip); in getCIGARandSoftClip()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libaf/
H A Daf_volume.c125 …inline void float_inner_loop(float *data, int len, int offset, int step, float level, int softclip) in float_inner_loop() argument
129 if (offset == 0 && step == 1 && !softclip && len >= 8) in float_inner_loop()
156 if (softclip) in float_inner_loop()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libaf/
H A Daf_volume.c125 …inline void float_inner_loop(float *data, int len, int offset, int step, float level, int softclip) in float_inner_loop() argument
129 if (offset == 0 && step == 1 && !softclip && len >= 8) in float_inner_loop()
156 if (softclip) in float_inner_loop()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/examples/demonstrations/
H A DSC2-examples_1.scd440 ], exc) * 0.1).softclip;
456 …6,48,60,72,84].choose + root).midicps}),nil,Array.fill(n, {rrand(0.1,2.0)})], exc) * 0.1).softclip;
471 …(`[Array.fill(n, {linrand(range)+base}),nil,Array.fill(n, {rrand(0.1,2.0)})], exc) * 0.1).softclip;
491 ], exc) * 0.1).softclip;
510 ], exc) * 0.1).softclip;
522 …`[Array.fill(16, {linrand(8000.0)+60}),nil,Array.fill(16, {rrand(0.1,2.0)})], exc) * 0.1).softclip;
536 x = RLPF.ar(x, f, r).softclip;
537 x = RLPF.ar(x, f, r).softclip;
/dports/games/xonotic/Xonotic/misc/tools/
H A Dhitplot2tga.c37 double softclip(double x, double a) in softclip() function
141 *out = softclip(totalval / (totalweight * sqrt(sigma2 * 2 * M_PI)), 0.8); in calcplot1()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Daf_stereotools.c30 int softclip; member
67 …{ "softclip", "enable softclip", OFFSET(softclip), AV_OPT_TYPE_BOOL, {.i64=0}, 0, …
205 if (s->softclip) { in filter_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Daf_stereotools.c30 int softclip; member
67 …{ "softclip", "enable softclip", OFFSET(softclip), AV_OPT_TYPE_BOOL, {.i64=0}, 0, …
205 if (s->softclip) { in filter_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Daf_stereotools.c30 int softclip; member
67 …{ "softclip", "enable softclip", OFFSET(softclip), AV_OPT_TYPE_BOOL, {.i64=0}, 0, …
205 if (s->softclip) { in filter_frame()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Daf_stereotools.c30 int softclip; member
67 …{ "softclip", "enable softclip", OFFSET(softclip), AV_OPT_TYPE_BOOL, {.i64=0}, 0, …
204 if (s->softclip) { in filter_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Daf_stereotools.c30 int softclip; member
67 …{ "softclip", "enable softclip", OFFSET(softclip), AV_OPT_TYPE_BOOL, {.i64=0}, 0, …
204 if (s->softclip) { in filter_frame()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/calf/
H A Dmodules.h260 void softclip(float &s) { in softclip() function
289 void softclip(float &s) { in softclip() function
/dports/audio/supercollider/SuperCollider-3.11.0-Source/examples/pieces/
H A Dacid_otophilia.scd79 out = out.softclip * amp;
115 out = out.softclip;
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/faust-generated/
H A Dsoftclip.cc5 namespace softclip { namespace
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/faust-generated/
H A Dsoftclip.cc5 namespace softclip { namespace
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BerlachUGens/sc/classes/
H A DOSNonlinear.sc39 ^(in*pregain).softclip.madd(mul, add);
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BetablockerUGens/sc/examples/
H A DBBlockerBuf-examples.scd75 {[\tanh, \softclip, \distort, \fold2].collect{|method|
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DPfx.schelp31 XOut.ar(out, env, RLPF.ar(in, LinExp.kr(LFNoise1.kr(0.3), -1, 1, 200, 8000), 0.1).softclip * 0.8);
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BhobUGens/sc/HelpSource/Classes/
H A DPV_Compander.schelp60 in =Mix(Ringz.ar(GaussTrig.ar(7.3), [160, 180], 0.2)).softclip;
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/headers/
H A Dgx_faust_plugins.h87 declare(softclip)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/scvim/syntax/
H A Dsupercollider_operators.vim18 …cpsoct log log2 log10 sin cos tan asin acos atan sinh cosh tanh distort softclip isPositive isNega…

1234