OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STEPSIZE
(Results
1 - 8
of
8
) sorted by null
/external/quake/quake/src/QW/server/
sv_move.c
24
#define
STEPSIZE
18
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/
sv_move.cpp
24
#define
STEPSIZE
18
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
;
sv_phys.cpp
957
#define
STEPSIZE
18
1003
upmove[2] =
STEPSIZE
;
1004
downmove[2] = -
STEPSIZE
+ oldvel[2]*host_frametime;
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java
71
public int
STEPSIZE
= 64;
472
for (int i = 0; i < Math.ceil((double) nuSamples.size() /
STEPSIZE
); i++) {
474
i *
STEPSIZE
, // start
475
(i + 1) *
STEPSIZE
< nuSamples.size() ? (i + 1) *
STEPSIZE
: nuSamples.size()); // end
FragmentedMp4Builder.java
207
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/
pmove.c
56
#define
STEPSIZE
18
275
dest[2] +=
STEPSIZE
;
287
dest[2] -=
STEPSIZE
;
484
start[2] +=
STEPSIZE
+ 1;
/external/jpeg/
jquant2.c
[
all
...]
/external/qemu/distrib/jpeg-6b/
jquant2.c
[
all
...]
Completed in 267 milliseconds