Home
last modified time | relevance | path

Searched refs:NUMERIC_PARAMETER (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dphaser.c74 NUMERIC_PARAMETER(in_gain , .0, 1) in getopts()
75 NUMERIC_PARAMETER(out_gain , .0, 1e9) in getopts()
76 NUMERIC_PARAMETER(delay_ms , .0, 5) in getopts()
77 NUMERIC_PARAMETER(decay , .0, .99) in getopts()
78 NUMERIC_PARAMETER(mod_speed, .1, 2) in getopts()
H A Dflanger.c74 NUMERIC_PARAMETER(delay_min , 0 , 30 ) in getopts()
75 NUMERIC_PARAMETER(delay_depth , 0 , 10 ) in getopts()
76 NUMERIC_PARAMETER(feedback_gain,-95 , 95 ) in getopts()
77 NUMERIC_PARAMETER(delay_gain , 0 , 100) in getopts()
78 NUMERIC_PARAMETER(speed , 0.1, 10 ) in getopts()
80 NUMERIC_PARAMETER(channel_phase, 0 , 100) in getopts()
H A Dsynth.c180 #undef NUMERIC_PARAMETER
181 #define NUMERIC_PARAMETER(p, min, max) { \ macro
229 NUMERIC_PARAMETER(offset,-100, 100) in getopts()
230 NUMERIC_PARAMETER(phase , 0, 100) in getopts()
231 NUMERIC_PARAMETER(p1, 0, 100) in getopts()
232 NUMERIC_PARAMETER(p2, 0, 100) in getopts()
233 NUMERIC_PARAMETER(p3, 0, 100) in getopts()
301 NUMERIC_PARAMETER(offset,-100, 100) in getopts()
302 NUMERIC_PARAMETER(phase , 0, 100) in getopts()
303 NUMERIC_PARAMETER(p1, 0, 100) in getopts()
[all …]
H A Dreverb.c190 NUMERIC_PARAMETER(reverberance, 0, 100) in getopts()
191 NUMERIC_PARAMETER(hf_damping, 0, 100) in getopts()
192 NUMERIC_PARAMETER(room_scale, 0, 100) in getopts()
193 NUMERIC_PARAMETER(stereo_depth, 0, 100) in getopts()
194 NUMERIC_PARAMETER(pre_delay_ms, 0, 500) in getopts()
195 NUMERIC_PARAMETER(wet_gain_dB, -10, 10) in getopts()
H A Dloudness.c38 NUMERIC_PARAMETER(delta,-50 , 15) /* FIXME expand range */ in create()
39 NUMERIC_PARAMETER(start, 50 , 75) /* FIXME expand range */ in create()
40 NUMERIC_PARAMETER(n ,127 ,2047) in create()
H A Doverdrive.c30 NUMERIC_PARAMETER(gain, 0, 100) in create()
31 NUMERIC_PARAMETER(colour, 0, 100) in create()
H A Dtempo.c232 NUMERIC_PARAMETER(factor ,0.1 , 100 ) in getopts()
233 NUMERIC_PARAMETER(segment_ms , 10 , 120) in getopts()
234 NUMERIC_PARAMETER(search_ms , 0 , 30 ) in getopts()
235 NUMERIC_PARAMETER(overlap_ms , 0 , 30 ) in getopts()
H A Dcontrast.c27 do {NUMERIC_PARAMETER(contrast, 0, 100)} while (0); in create()
H A Dupsample.c30 do {NUMERIC_PARAMETER(factor, 1, 256)} while (0); in create()
H A Ddownsample.c36 NUMERIC_PARAMETER(factor, 1, 16384) in create()
H A Drepeat.c36 do {NUMERIC_PARAMETER(num_repeats, 0, UINT_MAX - 1)} while (0); in create()
H A Dnoisered.c73 NUMERIC_PARAMETER(threshold, 0, 1); in sox_noisered_getopts()
H A Dgain.c62 do {NUMERIC_PARAMETER(fixed_gain, -HUGE_VAL, HUGE_VAL)} while (0); in create()
H A Dsox_i.h261 #define NUMERIC_PARAMETER(name, min, max) { \ macro