Home
last modified time | relevance | path

Searched refs:DECAY_COUNT (Results 1 - 3 of 3) sorted by relevance

/third_party/libsnd/tests/
H A Dfix_this.c286 #define DECAY_COUNT 800 macro
292 if (k > DECAY_COUNT) in decay_response()
294 return (int) (1.2 * SIGNAL_MAXVAL * (DECAY_COUNT - k) / (1.0 * DECAY_COUNT)) ; in decay_response()
H A Dlossy_comp_test.c2435 #define DECAY_COUNT 1000 macro
2441 if (k > DECAY_COUNT) in decay_response()
2443 return (int) (1.2 * SIGNAL_MAXVAL * (DECAY_COUNT - k) / (1.0 * DECAY_COUNT)) ; in decay_response()
2451 ramplen = DECAY_COUNT ; in gen_signal_double()
/third_party/libsnd/src/G72x/
H A Dg72x_test.c151 #define DECAY_COUNT 1000 macro
158 ramplen = DECAY_COUNT ; in gen_signal_double()

Completed in 5 milliseconds