Home
last modified time | relevance | path

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

/dports/audio/eq10q-lv2/eq10q-2.2/
H A Ddynamics.c296 const float threshold_lin = Fast_dB2Lin10(*(plugin_data->threshold)); in runDyn() local
446 hold_count = input_detector > threshold_lin ? 0 : hold_count; in runDyn()