Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dball.c174 int i_ballSpeed; member
280 p_filter->p_sys->i_ballSpeed = in Create()
670 for ( i_motion = 0; i_motion <= p_sys->i_ballSpeed && !bounce; i_motion++ ) in FilterBall()
778 i_motion = p_sys->i_ballSpeed - 1; in FilterBall()
785 * (float)( p_sys->i_ballSpeed - i_motion ) ); in FilterBall()
787 * (float)( p_sys->i_ballSpeed - i_motion ) ); in FilterBall()
827 p_sys->i_ballSpeed = newval.i_int; in ballCallback()