Home
last modified time | relevance | path

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

/third_party/alsa-lib/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)
/third_party/pulseaudio/src/modules/
H A Dladspa.h233 /* Hint LADSPA_HINT_LOGARITHMIC indicates that it is likely that the
236 #define LADSPA_HINT_LOGARITHMIC 0x10 macro
268 LADSPA_HINT_LOGARITHMIC, this should be exp(log(lower) * 0.75 +
275 LADSPA_HINT_LOGARITHMIC, this should be exp(log(lower) * 0.5 +
282 LADSPA_HINT_LOGARITHMIC, this should be exp(log(lower) * 0.25 +
313 #define LADSPA_IS_HINT_LOGARITHMIC(x) ((x) & LADSPA_HINT_LOGARITHMIC)

Completed in 2 milliseconds