Home
last modified time | relevance | path

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

/external/quake/quake/src/QW/server/
Dsv_move.c24 #define STEPSIZE 18 macro
73 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()
/external/quake/quake/src/WinQuake/
Dsv_move.cpp24 #define STEPSIZE 18 macro
73 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()
Dsv_phys.cpp957 #define STEPSIZE 18 macro
1003 upmove[2] = STEPSIZE; in SV_WalkMove()
1004 downmove[2] = -STEPSIZE + oldvel[2]*host_frametime; in SV_WalkMove()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DDefaultMp4Builder.java71 public int STEPSIZE = 64; field in DefaultMp4Builder
472 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()
DFragmentedMp4Builder.java207 int STEPSIZE = 1024;
211 for (int i = 0; i < Math.ceil((double) samples.size() / STEPSIZE); i++) {
213 i * STEPSIZE, // start
214 … (i + 1) * STEPSIZE < samples.size() ? (i + 1) * STEPSIZE : samples.size()); // end
/external/quake/quake/src/QW/client/
Dpmove.c56 #define STEPSIZE 18 macro
275 dest[2] += STEPSIZE; in PM_GroundMove()
287 dest[2] -= STEPSIZE; in PM_GroundMove()
484 start[2] += STEPSIZE + 1; in PM_WaterMove()
/external/jpeg/
Djquant2.c1120 #define STEPSIZE ((MAXJSAMPLE+1)/16) in init_error_limit() macro
1123 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()
/external/qemu/distrib/jpeg-6b/
Djquant2.c1120 #define STEPSIZE ((MAXJSAMPLE+1)/16) in init_error_limit() macro
1123 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()