Home
last modified time | relevance | path

Searched refs:DRANQD1 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsynth.c381 do d2 = d1 + (chan->phase? DRANQD1:dranqd1(r)) * colour; in start()
575 synth_out = DRANQD1; in flow()
579 synth_out = .5 * (DRANQD1 + DRANQD1); in flow()
599 do synth_out = chan->lp_last_out + DRANQD1 * (1. / 16); in flow()
H A Dsox_i.h41 #define DRANQD1 dranqd1(sox_globals.ranqd1) macro