Lines Matching refs:current_effect

293 void _inf_spectral(InfinitePrivate *priv, t_effect* current_effect, float data[2][512])  in _inf_spectral()  argument
297 …float y1=(((data[0][0]+data[1][0]) * 128)*current_effect->spectral_amplitude*priv->plugheight) * (… in _inf_spectral()
298 …float y2=(((data[0][0]+data[1][0]) * 128)*current_effect->spectral_amplitude*priv->plugheight) * (… in _inf_spectral()
301 const int shift=(current_effect->spectral_shift*priv->plugheight)>>8; in _inf_spectral()
330 if (current_effect->mode_spectre==3) { in _inf_spectral()
343 current_effect->spectral_amplitude*priv->plugheight) * (1.0 / 4096.0); in _inf_spectral()
345 current_effect->spectral_amplitude*priv->plugheight) * (1.0 / 4096.0); in _inf_spectral()
347 switch (current_effect->mode_spectre) { in _inf_spectral()
351 current_effect->spectral_color); in _inf_spectral()
356 current_effect->spectral_color); in _inf_spectral()
359 current_effect->spectral_color); in _inf_spectral()
364 current_effect->spectral_color); in _inf_spectral()
367 current_effect->spectral_color); in _inf_spectral()
370 current_effect->spectral_color); in _inf_spectral()
373 current_effect->spectral_color); in _inf_spectral()
385 current_effect->spectral_color); in _inf_spectral()
390 current_effect->spectral_color); in _inf_spectral()
395 if (current_effect->mode_spectre==3 || current_effect->mode_spectre==4) in _inf_spectral()
400 current_effect->spectral_color); in _inf_spectral()
403 void _inf_curve(InfinitePrivate *priv, t_effect* current_effect) in _inf_curve() argument
408 float amplitude=(float)current_effect->curve_amplitude/256; in _inf_curve()
413 k=current_effect->x_curve; in _inf_curve()
419 current_effect->curve_color); in _inf_curve()
423 current_effect->x_curve=k; in _inf_curve()