Searched defs:JITTER (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
H A DSDL_bejoystick.cc159 const int JITTER = (32768/10); /* 10% jitter threshold (ok?) */ local
181 if ( (change > JITTER) || (change < -JITTER) ) {

Completed in 42 milliseconds