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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dladspa.h234 /* Hint LADSPA_HINT_LOGARITHMIC indicates that it is likely that the
237 #define LADSPA_HINT_LOGARITHMIC 0x10 macro
269 LADSPA_HINT_LOGARITHMIC, this should be exp(log(lower) * 0.75 +
276 LADSPA_HINT_LOGARITHMIC, this should be exp(log(lower) * 0.5 +
283 LADSPA_HINT_LOGARITHMIC, this should be exp(log(lower) * 0.25 +
314 #define LADSPA_IS_HINT_LOGARITHMIC(x) ((x) & LADSPA_HINT_LOGARITHMIC)

Completed in 194 milliseconds