Searched refs:STEPSIZE (Results 1 – 8 of 8) sorted by relevance
24 #define STEPSIZE 18 macro73 stop[2] = start[2] - 2*STEPSIZE; in SV_CheckBottom()91 if (trace.fraction == 1.0 || mid - trace.endpos[2] > STEPSIZE) in SV_CheckBottom()159 neworg[2] += STEPSIZE; in SV_movestep()161 end[2] -= STEPSIZE*2; in SV_movestep()170 neworg[2] -= STEPSIZE; in SV_movestep()
957 #define STEPSIZE 18 macro1003 upmove[2] = STEPSIZE; in SV_WalkMove()1004 downmove[2] = -STEPSIZE + oldvel[2]*host_frametime; in SV_WalkMove()
71 public int STEPSIZE = 64; field in DefaultMp4Builder472 for (int i = 0; i < Math.ceil((double) nuSamples.size() / STEPSIZE); i++) { in getBox()474 i * STEPSIZE, // start in getBox()475 … (i + 1) * STEPSIZE < nuSamples.size() ? (i + 1) * STEPSIZE : nuSamples.size()); // end in getBox()
207 int STEPSIZE = 1024;211 for (int i = 0; i < Math.ceil((double) samples.size() / STEPSIZE); i++) {213 i * STEPSIZE, // start214 … (i + 1) * STEPSIZE < samples.size() ? (i + 1) * STEPSIZE : samples.size()); // end
56 #define STEPSIZE 18 macro275 dest[2] += STEPSIZE; in PM_GroundMove()287 dest[2] -= STEPSIZE; in PM_GroundMove()484 start[2] += STEPSIZE + 1; in PM_WaterMove()
1120 #define STEPSIZE ((MAXJSAMPLE+1)/16) in init_error_limit() macro1123 for (in = 0; in < STEPSIZE; in++, out++) { in init_error_limit()1127 for (; in < STEPSIZE*3; in++, out += (in&1) ? 0 : 1) { in init_error_limit()1134 #undef STEPSIZE in init_error_limit()