Home
last modified time | relevance | path

Searched refs:lwshape (Results 1 – 5 of 5) sorted by relevance

/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/dsp/rr/
H A DStompBox.cxx49 lwshape = new Waveshaper( sr ); in StompBox()
93 delete lwshape; in ~StompBox()
113 lwshape->cleanup(); in cleanup()
137 lwshape->waveshapesmps (nframes, input, 24, 10, 1); in process()
138 lwshape->waveshapesmps (nframes, input, 28, 20, 1); in process()
169 lwshape->waveshapesmps (nframes, input, 24, 1, 1); in process()
200 lwshape->waveshapesmps (nframes, input, 24, 1, 1); in process()
221 lwshape->waveshapesmps (nframes, input, 24, 1, 1); in process()
239 lwshape->waveshapesmps (nframes, input, 24, 75, 1); in process()
H A DStompBox.h64 class Waveshaper *lwshape, *lwshape2; variable
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DStompBox.C63 lwshape = new Waveshaper(sample_rate,wave_res,wave_upq,wave_dnq,intermediate_bufsize); in StompBox()
97 delete lwshape; in ~StompBox() local
129 lwshape->cleanup(); in cleanup()
156 lwshape->waveshapesmps (period, smpsr, 28, 20, 1); in out()
199 lwshape->waveshapesmps (period, smpsr, 24, 1, 1); in out()
251 lwshape->waveshapesmps (period, smpsr, 24, 1, 1); in out()
290 lwshape->waveshapesmps (period, smpsr, 24, 1, 1); in out()
323 lwshape->waveshapesmps (period, smpsl, 19, 25, 1); in out()
H A DStompBox.h67 class Waveshaper *lwshape, *rwshape, *lwshape2, *rwshape2;
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dast.c3377 bounds_match(int lwdtype, int lwshape, int parent) in bounds_match() argument
3379 if (lwdtype == lwshape) in bounds_match()
3381 if (A_TYPEG(lwdtype) == A_SUBSCR && A_TYPEG(lwshape) == A_SUBSCR) { in bounds_match()
3385 ashape = A_LOPG(lwshape); in bounds_match()
3393 asdshape = A_ASDG(lwshape); in bounds_match()