Searched refs:LowerBound (Results 1 - 3 of 3) 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.h195 LowerBound and UpperBound information.
202 /* Hint LADSPA_HINT_BOUNDED_BELOW indicates that the LowerBound field
206 specified then the value of LowerBound should be multiplied by the
230 with LowerBound = 0 and UpperBound = 0.5. Hosts that support bounds
345 LADSPA_Data LowerBound; member in struct:_LADSPA_PortRangeHint
H A Dpcm_ladspa.c513 *val = desc->PortRangeHints[port].LowerBound;
517 *val = exp(log(desc->PortRangeHints[port].LowerBound)
522 *val = (desc->PortRangeHints[port].LowerBound * 0.75) +
528 *val = sqrt(desc->PortRangeHints[port].LowerBound *
532 (desc->PortRangeHints[port].LowerBound +
538 *val = exp(log(desc->PortRangeHints[port].LowerBound)
543 *val = (desc->PortRangeHints[port].LowerBound * 0.25) +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_ladspa.c106 av_log(ctx, level, ", min: %i", (int)h->LowerBound);
119 av_log(ctx, level, ", min: %f", h->LowerBound);
222 const LADSPA_Data lower = h->LowerBound;
366 value < h->LowerBound) {
369 label, port, h->LowerBound);

Completed in 147 milliseconds