HomeSort by relevance Sort by last modified time
    Searched defs:tstep (Results 1 - 10 of 10) sorted by null

  /external/quake/quake/src/QW/client/
d_sky.c 69 fixed16_t s, t, snext, tnext, sstep, tstep; local
73 tstep = 0; // ditto
105 tstep = (tnext - t) >> SKY_SPAN_SHIFT;
119 tstep = (tnext - t) / spancountminus1;
128 t += tstep;
d_varsa.s 171 .globl advancetable, sstep, tstep, pspantemp, counttemp, jumptemp
174 tstep: .long 0 label
d_scan.c 259 fixed16_t s, t, snext, tnext, sstep, tstep; local
264 tstep = 0; // ditto
334 tstep = (tnext - t) >> 3;
364 tstep = (tnext - t) / (spancount - 1);
372 t += tstep;
d_sprite.c 42 fixed16_t s, t, snext, tnext, sstep, tstep; local
49 tstep = 0; // ditto
127 tstep = (tnext - t) >> 3;
157 tstep = (tnext - t) / (spancount - 1);
177 t += tstep;
d_varsa.asm 201 externdef tstep:dword
332 public advancetable, sstep, tstep, pspantemp, counttemp, jumptemp
335 tstep dd 0 define
  /external/quake/quake/src/WinQuake/
d_sky.cpp 69 fixed16_t s, t, snext, tnext, sstep, tstep; local
73 tstep = 0; // ditto
105 tstep = (tnext - t) >> SKY_SPAN_SHIFT;
119 tstep = (tnext - t) / spancountminus1;
128 t += tstep;
d_varsa.s 171 .globl advancetable, sstep, tstep, pspantemp, counttemp, jumptemp
174 tstep: .long 0 label
d_scan.cpp 261 fixed16_t s, t, snext, tnext, sstep, tstep; local
266 tstep = 0; // ditto
336 tstep = (tnext - t) >> 3;
366 tstep = (tnext - t) / (spancount - 1);
374 t += tstep;
d_sprite.cpp 42 fixed16_t s, t, snext, tnext, sstep, tstep; local
49 tstep = 0; // ditto
127 tstep = (tnext - t) >> 3;
157 tstep = (tnext - t) / (spancount - 1);
177 t += tstep;
  /external/opencv/cv/src/
cvlkpyramid.cpp 137 int tstep = cvAlign(levelSize.width,ALIGN) * elem_size; local
138 pyrBytes += tstep * levelSize.height;
    [all...]

Completed in 175 milliseconds