Searched refs:STEPSIZE (Results 1 - 5 of 5) sorted by relevance

/external/quake/quake/src/QW/server/
H A Dsv_move.c24 #define STEPSIZE 18 macro
73 stop[2] = start[2] - 2*STEPSIZE;
91 if (trace.fraction == 1.0 || mid - trace.endpos[2] > STEPSIZE)
159 neworg[2] += STEPSIZE;
161 end[2] -= STEPSIZE*2;
170 neworg[2] -= STEPSIZE;
/external/quake/quake/src/WinQuake/
H A Dsv_move.cpp24 #define STEPSIZE 18 macro
73 stop[2] = start[2] - 2*STEPSIZE;
91 if (trace.fraction == 1.0 || mid - trace.endpos[2] > STEPSIZE)
159 neworg[2] += STEPSIZE;
161 end[2] -= STEPSIZE*2;
170 neworg[2] -= STEPSIZE;
H A Dsv_phys.cpp957 #define STEPSIZE 18 macro
1003 upmove[2] = STEPSIZE;
1004 downmove[2] = -STEPSIZE + oldvel[2]*host_frametime;
/external/quake/quake/src/QW/client/
H A Dpmove.c56 #define STEPSIZE 18 macro
275 dest[2] += STEPSIZE;
287 dest[2] -= STEPSIZE;
484 start[2] += STEPSIZE + 1;
/external/jpeg/
H A Djquant2.c1120 #define STEPSIZE ((MAXJSAMPLE+1)/16) macro
1123 for (in = 0; in < STEPSIZE; in++, out++) {
1127 for (; in < STEPSIZE*3; in++, out += (in&1) ? 0 : 1) {
1134 #undef STEPSIZE macro

Completed in 65 milliseconds