Home
last modified time | relevance | path

Searched refs:CS_KSMPS (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dpvinterp.c96 p->frPktim = (MYFLT) CS_KSMPS / (MYFLT) frInc; in pvbufreadset_()
211 p->frPktim = (MYFLT) CS_KSMPS / (MYFLT) frInc; in pvinterpset_()
277 if (UNLIKELY(outlen<(int32_t)(2*CS_KSMPS))) in pvinterp()
320 p->opBpos += CS_KSMPS; in pvinterp()
323 addToCircBuf(buf2 + CS_KSMPS, p->outBuf, p->opBpos, in pvinterp()
324 buf2Size - CS_KSMPS, circBufSize); in pvinterp()
402 p->frPktim = (MYFLT) CS_KSMPS / (MYFLT) frInc; in pvcrossset_()
469 if (UNLIKELY(outlen<(int32_t)(2*CS_KSMPS))) in pvcross()
523 p->opBpos += CS_KSMPS; in pvcross()
526 addToCircBuf(buf2 + CS_KSMPS, p->outBuf, p->opBpos, in pvcross()
[all …]
H A Dfout.c452 if (CS_KSMPS >= 512) in outfile_set_S()
457 if (CS_KSMPS >= 512) in outfile_set_S()
460 buf_reqd = (1 + (int32_t)(512 / CS_KSMPS)) * CS_KSMPS * p->nargs; in outfile_set_S()
511 if (CS_KSMPS >= 512) in outfile_set_A()
571 if (CS_KSMPS >= 512) in koutfile_set_()
587 buf_reqd = (1 + (int32_t)(512 / CS_KSMPS)) * CS_KSMPS * p->nargs; in koutfile_set_()
872 p->frames = (int32_t)(512 / CS_KSMPS) * CS_KSMPS; in infile_set_()
877 buf_reqd = (1 + (int32_t)(512 / CS_KSMPS)) * CS_KSMPS * p->nargs; in infile_set_()
931 p->frames = (int32_t)(512 / CS_KSMPS) * CS_KSMPS; in infile_set_A()
1094 p->frames = (int32_t)(512 / CS_KSMPS) * CS_KSMPS; in kinfile_set_()
[all …]
H A Dlocsig.c46 p->auxch.size<sizeof(MYFLT)*(CS_KSMPS * 4)) { in locsigset()
48 csound->AuxAlloc(csound, (size_t) (CS_KSMPS * 4) in locsigset()
51 p->rrev1 = fltp; fltp += CS_KSMPS; in locsigset()
52 p->rrev2 = fltp; fltp += CS_KSMPS; in locsigset()
53 p->rrev3 = fltp; fltp += CS_KSMPS; in locsigset()
54 p->rrev4 = fltp; fltp += CS_KSMPS; in locsigset()
74 uint32_t n, nsmps = CS_KSMPS; in locsig()
179 uint32_t n, nsmps = CS_KSMPS; in locsend()
H A Dzak.c447 uint32_t nsmps = CS_KSMPS; in zar()
468 readloc = zak->zastart + (indx * CS_KSMPS); in zar()
492 uint32_t n, nsmps = CS_KSMPS; in zarg()
515 readloc = zak->zastart + (indx * CS_KSMPS); in zarg()
541 uint32_t nsmps = CS_KSMPS; in zaw()
557 writeloc = zak->zastart + (indx * CS_KSMPS); in zaw()
580 uint32_t n, nsmps = CS_KSMPS; in zawm()
598 writeloc = zak->zastart + (indx * CS_KSMPS); in zawm()
634 uint32_t n, nsmps = CS_KSMPS; in zamod()
661 readloc = zak->zastart + (indx * CS_KSMPS); in zamod()
[all …]
H A Dspace.c48 p->auxch.size<sizeof(MYFLT)*(CS_KSMPS * 4)) { in spaceset()
50 csound->AuxAlloc(csound, (size_t) (CS_KSMPS * 4) in spaceset()
53 p->rrev1 = fltp; fltp += CS_KSMPS; in spaceset()
54 p->rrev2 = fltp; fltp += CS_KSMPS; in spaceset()
55 p->rrev3 = fltp; fltp += CS_KSMPS; in spaceset()
56 p->rrev4 = fltp; fltp += CS_KSMPS; in spaceset()
79 uint32_t n, nsmps = CS_KSMPS; in space()
196 int32_t nbytes = CS_KSMPS*sizeof(MYFLT); in spsend()
H A Dvpvoc.c163 #define OPWLEN (2*WLN*CS_KSMPS) /* manifest used for final time wdw */
239 p->frPktim = (MYFLT) CS_KSMPS / (MYFLT) frInc; in vpvset_()
261 CS_KSMPS, (OPWLEN / 2 + 1), in vpvset_()
309 if (UNLIKELY(outlen<(int32_t)(2*CS_KSMPS))) { in vpvoc()
337 FrqToPhase(buf, asize, pex * (MYFLT) CS_KSMPS, p->asr, in vpvoc()
368 addToCircBuf(buf2, p->outBuf, p->opBpos, CS_KSMPS, circBufSize); in vpvoc()
369 writeClrFromCircBuf(p->outBuf, ar, p->opBpos, CS_KSMPS, circBufSize); in vpvoc()
370 p->opBpos += CS_KSMPS; in vpvoc()
373 addToCircBuf(buf2 + CS_KSMPS, p->outBuf, p->opBpos, in vpvoc()
374 buf2Size - CS_KSMPS, circBufSize); in vpvoc()
H A Dvaops.c55 if (UNLIKELY(ndx<(int32)offset || ndx>=(int32)(CS_KSMPS-early))) in vaget()
67 if (UNLIKELY(ndx<(int32)offset || ndx>=(int32)(CS_KSMPS-early))) in vaset()
80 if (UNLIKELY(ndx<(int32)offset || ndx>=(int32)(CS_KSMPS-early))) in vasigget()
92 if (UNLIKELY(ndx<(int32)offset || ndx>=(int32)(CS_KSMPS-early))) in vasigset()
H A Dugens9.c40 uint32_t nsmps = CS_KSMPS; in cvset_()
188 int32_t nsmpso=CS_KSMPS,nsmpsi=CS_KSMPS,outcnt_sav; in convolve()
218 if (outcnt <= (int32_t)CS_KSMPS) in convolve()
221 i = CS_KSMPS; in convolve()
240 nsmpso_sav = CS_KSMPS-early; in convolve()
506 (p->Hlen >= (int32_t)CS_KSMPS ? p->Hlenpadded : 2*(int32_t)CS_KSMPS); in pconvset_()
514 if (p->Hlen > (int32_t)CS_KSMPS) { in pconvset_()
515 p->outCount = p->Hlen + CS_KSMPS; in pconvset_()
535 uint32_t nn, nsmps = CS_KSMPS; in pconvolve()
620 p->outCount -= CS_KSMPS; in pconvolve()
[all …]
H A Dugmoss.c67 uint32_t n, nsmps = CS_KSMPS; in dconv()
118 int32_t n, nsmps = CS_KSMPS; in and_aa()
141 uint32_t n, nsmps = CS_KSMPS; in and_ak()
163 uint32_t n, nsmps = CS_KSMPS; in and_ka()
195 uint32_t n, nsmps = CS_KSMPS; in or_aa()
218 uint32_t n, nsmps = CS_KSMPS; in or_ak()
240 uint32_t n, nsmps = CS_KSMPS; in or_ka()
272 uint32_t n, nsmps = CS_KSMPS; in xor_aa()
295 uint32_t n, nsmps = CS_KSMPS; in xor_ak()
317 uint32_t n, nsmps = CS_KSMPS; in xor_ka()
[all …]
H A Dgrain.c62 + (3L * CS_KSMPS)); in agsset()
68 d += (int32_t)(CS_ESR * *p->imkglen) + CS_KSMPS; in agsset()
91 uint32_t i, nsmps = CS_KSMPS; in ags()
127 bufsize = CS_KSMPS + ekglen; in ags()
183 *temp = *buf++ + *(temp + CS_KSMPS); in ags()
H A Dminmax.c55 uint32_t n, nsmps = CS_KSMPS; in MaxAccumulate()
79 uint32_t n, nsmps = CS_KSMPS; in MinAccumulate()
103 uint32_t n, nsmps = CS_KSMPS; in MaxAbsAccumulate()
127 uint32_t n, nsmps = CS_KSMPS; in MinAbsAccumulate()
153 uint32_t n, nsmps = CS_KSMPS; in Max_arate()
184 uint32_t n, nsmps = CS_KSMPS; in Min_arate()
216 uint32_t n, nsmps = CS_KSMPS; in MaxAbs_arate()
247 uint32_t n, nsmps = CS_KSMPS; in MinAbs_arate()
H A Dpvsgendy.c48 CS_KSMPS*(N+2)*sizeof(MYFLT) > (uint32_t)p->fout->frame.size) in pvsgendyinit()
49 csound->AuxAlloc(csound, CS_KSMPS*(N+2)*sizeof(MYFLT),&p->fout->frame); in pvsgendyinit()
50 else memset(p->fout->frame.auxp, 0, CS_KSMPS*(N+2)*sizeof(MYFLT)); in pvsgendyinit()
84 uint32_t n, nsmps = CS_KSMPS; in pvsgendy()
H A Dpartikkel.c307 size = CS_KSMPS*sizeof(MYFLT); in partikkel_init()
552 uint32_t n, nsmps = CS_KSMPS; in schedule_grains()
732 uint32_t stop = grain->stop > CS_KSMPS in render_grain()
733 ? CS_KSMPS : grain->stop; in render_grain()
736 if (grain->start >= CS_KSMPS) in render_grain()
809 memset(outputs[n], 0, sizeof(MYFLT)*CS_KSMPS); in partikkel()
819 if (grain->stop <= CS_KSMPS) { in partikkel()
824 if (CS_KSMPS > grain->start) in partikkel()
828 grain->stop -= CS_KSMPS; in partikkel()
868 CS_KSMPS*sizeof(MYFLT)); in partikkelsync()
[all …]
H A Dafilters.c34 uint32_t flag = 0, n, nsmps = CS_KSMPS; in aresonaa()
120 uint32_t n, nsmps = CS_KSMPS; in aresonak()
204 uint32_t n, nsmps = CS_KSMPS; in aresonka()
292 uint32_t n, nsmps = CS_KSMPS; in atonea()
325 uint32_t n, nsmps = CS_KSMPS; in tonea()
361 uint32_t n, nsmps = CS_KSMPS; in tonexa()
395 uint32_t n, nsmps = CS_KSMPS; in atonexa()
461 uint32_t nsmps = CS_KSMPS; in hibuta()
517 uint32_t nsmps = CS_KSMPS; in lobuta()
571 uint32_t nsmps = CS_KSMPS; in bppasxx()
[all …]
H A Dpvsbasic.c87 uint32_t n, nsmps = CS_KSMPS; in pvsgain()
133 uint32_t n, nsmps = CS_KSMPS; in pvsinit()
470 p->scnt += CS_KSMPS; in pvsdiskinproc()
791 p->scnt += CS_KSMPS; in pvstanal()
946 p->scnt += CS_KSMPS; in pvstanal1()
968 uint32_t nsmps = CS_KSMPS; in pvsfreezeset()
998 uint32_t n, nsmps = CS_KSMPS; in pvssfreezeprocess()
1070 uint32_t n, nsmps = CS_KSMPS; in pvsoscset()
1127 uint32_t n, nsmps = CS_KSMPS; in pvsoscprocess()
2767 p->ktime += CS_KSMPS; in tab2pvs()
[all …]
H A Dshape.c62 uint32_t n, nsmps = CS_KSMPS; in PowerShape()
109 uint32_t n, nsmps = CS_KSMPS; in Polynomial()
163 uint32_t n, nsmps = CS_KSMPS; in ChebyshevPolynomial()
240 uint32_t n, nsmps = CS_KSMPS; in PDClip()
305 uint32_t n, nsmps = CS_KSMPS; in PDHalfX()
364 uint32_t n, nsmps = CS_KSMPS; in PDHalfY()
441 uint32_t n, nsmps = CS_KSMPS; in SyncPhasor()
530 uint32_t n, nsmps = CS_KSMPS;
H A Dgammatone.c59 csound->AuxAlloc(csound, 2*CS_KSMPS*sizeof(MYFLT), &p->aux); in gammatone_init()
61 p->xxi = & p->xxr[CS_KSMPS]; in gammatone_init()
71 int nsmps = CS_KSMPS, i, k; in gammatone_perf()
H A Dugsc.c60 uint32_t n, nsmps = CS_KSMPS; in svf()
153 uint32_t n, nsmps = CS_KSMPS; in hilbert()
246 uint32_t n, nsmps = CS_KSMPS; in resonr()
309 uint32_t n, nsmps = CS_KSMPS; in resonz()
400 uint32_t i, nsmps = CS_KSMPS; in phaser1()
471 uint32_t n, nsmps = CS_KSMPS; in phaser2()
559 uint32_t n, nsmps = CS_KSMPS; in lp2()
596 uint32_t n, nsmps = CS_KSMPS; in lp2aa()
641 uint32_t n, nsmps = CS_KSMPS; in lp2ka()
686 uint32_t n, nsmps = CS_KSMPS; in lp2ak()
H A Dugens8.c39 #define OPWLEN (2*WLN*CS_KSMPS) /* manifest used for final time wdw */
85 p->frPktim = ((MYFLT)CS_KSMPS)/((MYFLT) p->frInc); in pvset_()
103 CS_KSMPS, (OPWLEN/2 + 1), PVWINLEN, in pvset_()
158 uint32_t i, nsmps = CS_KSMPS; in pvoc()
/dports/audio/csound/csound-6.15.0/OOps/
H A Daops.c96 uint32_t nsmps = CS_KSMPS; in aassign()
100 uint32_t nsmps = CS_KSMPS; in aassign()
127 int32_t n, nsmps = CS_KSMPS; in ainit()
317 uint32_t n, nsmps = CS_KSMPS; in modka()
364 uint32_t n, nsmps = CS_KSMPS; in divak()
558 uint32_t nsmps = CS_KSMPS; in divzka()
583 uint32_t nsmps = CS_KSMPS; in divzak()
610 uint32_t nsmps = CS_KSMPS; in divzaa()
671 uint32_t n, nsmps =CS_KSMPS; in int1a()
700 uint32_t n, nsmps =CS_KSMPS; in frac1a()
[all …]
H A Dcmath.c48 uint32_t n, nsmps = CS_KSMPS; in apow()
286 uint32_t n, nsmps = CS_KSMPS; in auniform()
310 uint32_t n, nsmps = CS_KSMPS; in alinear()
335 uint32_t n, nsmps = CS_KSMPS; in atrian()
391 uint32_t n, nsmps = CS_KSMPS; in aexprndi()
427 uint32_t n, nsmps = CS_KSMPS; in aexp()
451 uint32_t n, nsmps = CS_KSMPS; in abiexp()
475 uint32_t n, nsmps = CS_KSMPS; in agaus()
499 uint32_t n, nsmps = CS_KSMPS; in acauchy()
549 uint32_t n, nsmps = CS_KSMPS; in agaussi()
[all …]
H A Dbus.c141 sizeof(MYFLT) * (CS_KSMPS-offset-early)); in chani_opcode_perf_a()
170 sizeof(MYFLT) * (CS_KSMPS-offset-early)); in chano_opcode_perf_a()
706 if (CS_KSMPS==(uint32_t) csound->ksmps){ in chnget_opcode_perf_a()
721 p->pos += CS_KSMPS; in chnget_opcode_perf_a()
908 if (CS_KSMPS == (uint32_t) csound->ksmps) { in chnget_array_opcode_perf_a()
922 p->pos += CS_KSMPS; in chnget_array_opcode_perf_a()
1095 if(CS_KSMPS == (uint32_t) csound->ksmps){ in chnset_array_opcode_perf_a()
1113 p->pos += CS_KSMPS; in chnset_array_opcode_perf_a()
1290 if(CS_KSMPS == (uint32_t) csound->ksmps){ in chnset_opcode_perf_a()
1307 p->pos += CS_KSMPS; in chnset_opcode_perf_a()
[all …]
H A Dugens6.c68 uint32_t n, nsmps = CS_KSMPS; in upsamp()
105 uint32_t n, nsmps = CS_KSMPS; in interp()
147 uint32_t n, nsmps = CS_KSMPS; in integrate()
180 uint32_t n, nsmps = CS_KSMPS; in diff()
223 uint32_t n, nsmps = CS_KSMPS; in samphold()
378 uint32_t n, nsmps = CS_KSMPS; in delay()
415 uint32_t n, nsmps = CS_KSMPS; in delayr()
443 uint32_t n, nsmps = CS_KSMPS; in delayw()
468 uint32_t n, nsmps = CS_KSMPS; in deltap()
498 uint32_t n, nsmps = CS_KSMPS; in deltapi()
[all …]
H A Dugens2.c75 uint32_t n, nsmps = CS_KSMPS; in ephsor()
146 uint32_t n, nsmps = CS_KSMPS; in phsor()
291 if (UNLIKELY(CS_KSMPS == 1)) in tblset()
308 if (UNLIKELY(CS_KSMPS == 1)) in tblsetkt()
1107 uint32_t n, nsmps = CS_KSMPS; in osciln()
1232 uint32_t n, nsmps = CS_KSMPS; in osckk()
1268 uint32_t n, nsmps = CS_KSMPS; in oscka()
1304 uint32_t n, nsmps = CS_KSMPS; in oscak()
1337 uint32_t n, nsmps = CS_KSMPS; in oscaa()
1395 uint32_t n, nsmps = CS_KSMPS; in osckki()
[all …]
/dports/audio/csound/csound-6.15.0/Opcodes/cuda/
H A Dconvf.cu65 int nsmps = CS_KSMPS,i; in conv_init()
101 csound->AuxAlloc(csound, sizeof(float)*CS_KSMPS, &p->buf); in conv_init()
110 int nsmps = CS_KSMPS; in conv_perf()

1234567