Searched defs:tstep (Results 1 - 10 of 10) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dd_sky.c69 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;
H A Dd_varsa.s171 .globl advancetable, sstep, tstep, pspantemp, counttemp, jumptemp
174 tstep: .long 0 label
H A Dd_scan.c259 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;
H A Dd_sprite.c42 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;
H A Dd_varsa.asm201 externdef tstep:dword
332 public advancetable, sstep, tstep, pspantemp, counttemp, jumptemp
335 tstep dd 0 define
/external/quake/quake/src/WinQuake/
H A Dd_sky.cpp69 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;
H A Dd_varsa.s171 .globl advancetable, sstep, tstep, pspantemp, counttemp, jumptemp
174 tstep: .long 0 label
H A Dd_scan.cpp261 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;
H A Dd_sprite.cpp42 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/
H A Dcvlkpyramid.cpp137 int tstep = cvAlign(levelSize.width,ALIGN) * elem_size; local
138 pyrBytes += tstep * levelSize.height;

Completed in 439 milliseconds