/external/quake/quake/src/QW/client/ |
d_sky.c | 69 fixed16_t s, t, snext, tnext, sstep, tstep; local 72 sstep = 0; // keep compiler happy 104 sstep = (snext - s) >> SKY_SPAN_SHIFT; 118 sstep = (snext - s) / spancountminus1; 127 s += sstep;
|
d_spr8.s | 393 sarl $19,%edx // sstep >>= 16; 399 addl %edx,%eax // add in sstep 400 // (tstep >> 16) * cachewidth + (sstep >> 16); 404 // (sstep >> 16); 405 shll $13,%ebp // left-justify sstep fractional part 406 movl %ebp,sstep 428 addl sstep,%ebx // advance sfrac fractional part by sstep frac 443 addl sstep,%ebx 458 addl sstep,%eb [all...] |
d_spr8.asm | 200 externdef sstep:dword
485 mov ds:dword ptr[sstep],ebp
504 add ebx,ds:dword ptr[sstep]
518 add ebx,ds:dword ptr[sstep]
532 add ebx,ds:dword ptr[sstep]
546 add ebx,ds:dword ptr[sstep]
560 add ebx,ds:dword ptr[sstep]
608 add ebx,ds:dword ptr[sstep]
622 add ebx,ds:dword ptr[sstep]
636 add ebx,ds:dword ptr[sstep]
[all...] |
d_sprite.c | 42 fixed16_t s, t, snext, tnext, sstep, tstep; local 48 sstep = 0; // keep compiler happy 126 sstep = (snext - s) >> 3; 156 sstep = (snext - s) / (spancount - 1); 176 s += sstep;
|
d_scan.c | 259 fixed16_t s, t, snext, tnext, sstep, tstep; local 263 sstep = 0; // keep compiler happy 333 sstep = (snext - s) >> 3; 363 sstep = (snext - s) / (spancount - 1); 371 s += sstep;
|
d_draw.s | 371 sarl $19,%edx // sstep >>= 16; 377 sarl $19,%edx // sstep >>= 16; 382 addl %edx,%eax // add in sstep 383 // (tstep >> 16) * cachewidth + (sstep >> 16); 387 // (sstep >> 16); 388 shll $13,%ebp // left-justify sstep fractional part 397 addl %ebp,%ebx // advance sfrac fractional part by sstep frac 568 imull reciprocal_table-8(,%ecx,4) // sstep = (snext - s) / (spancount-1) 584 sarl $16,%ecx // sstep >>= 16; 587 addl %ecx,%edx // add in sstep [all...] |
d_draw16.s | 374 sarl $20,%edx // sstep >>= 16; 380 sarl $20,%edx // sstep >>= 16; 385 addl %edx,%eax // add in sstep 386 // (tstep >> 16) * cachewidth + (sstep >> 16); 390 // (sstep >> 16); 391 shll $12,%ebp // left-justify sstep fractional part 400 addl %ebp,%ebx // advance sfrac fractional part by sstep frac 627 imull reciprocal_table_16-8(,%ecx,4) // sstep = (snext - s) / 644 sarl $16,%ecx // sstep >>= 16; 647 addl %ecx,%edx // add in sstep [all...] |
d_varsa.asm | 200 externdef sstep:dword
332 public advancetable, sstep, tstep, pspantemp, counttemp, jumptemp
334 sstep dd 0
define
|
d_varsa.s | 171 .globl advancetable, sstep, tstep, pspantemp, counttemp, jumptemp 173 sstep: .long 0 label
|
r_varsa.asm | 200 externdef sstep:dword
|
d_scana.asm | 200 externdef sstep:dword
|
/external/quake/quake/src/WinQuake/ |
d_sky.cpp | 69 fixed16_t s, t, snext, tnext, sstep, tstep;
local 72 sstep = 0; // keep compiler happy
104 sstep = (snext - s) >> SKY_SPAN_SHIFT;
118 sstep = (snext - s) / spancountminus1;
127 s += sstep;
|
d_spr8.s | 393 sarl $19,%edx // sstep >>= 16; 399 addl %edx,%eax // add in sstep 400 // (tstep >> 16) * cachewidth + (sstep >> 16); 404 // (sstep >> 16); 405 shll $13,%ebp // left-justify sstep fractional part 406 movl %ebp,sstep 428 addl sstep,%ebx // advance sfrac fractional part by sstep frac 443 addl sstep,%ebx 458 addl sstep,%eb [all...] |
d_sprite.cpp | 42 fixed16_t s, t, snext, tnext, sstep, tstep;
local 48 sstep = 0; // keep compiler happy
126 sstep = (snext - s) >> 3;
156 sstep = (snext - s) / (spancount - 1);
176 s += sstep;
|
d_scan.cpp | 261 fixed16_t s, t, snext, tnext, sstep, tstep;
local 265 sstep = 0; // keep compiler happy
335 sstep = (snext - s) >> 3;
365 sstep = (snext - s) / (spancount - 1);
373 s += sstep;
|
d_draw.s | 371 sarl $19,%edx // sstep >>= 16; 377 sarl $19,%edx // sstep >>= 16; 382 addl %edx,%eax // add in sstep 383 // (tstep >> 16) * cachewidth + (sstep >> 16); 387 // (sstep >> 16); 388 shll $13,%ebp // left-justify sstep fractional part 397 addl %ebp,%ebx // advance sfrac fractional part by sstep frac 568 imull reciprocal_table-8(,%ecx,4) // sstep = (snext - s) / (spancount-1) 584 sarl $16,%ecx // sstep >>= 16; 587 addl %ecx,%edx // add in sstep [all...] |
d_draw16.s | 374 sarl $20,%edx // sstep >>= 16; 380 sarl $20,%edx // sstep >>= 16; 385 addl %edx,%eax // add in sstep 386 // (tstep >> 16) * cachewidth + (sstep >> 16); 390 // (sstep >> 16); 391 shll $12,%ebp // left-justify sstep fractional part 400 addl %ebp,%ebx // advance sfrac fractional part by sstep frac 627 imull reciprocal_table_16-8(,%ecx,4) // sstep = (snext - s) / 644 sarl $16,%ecx // sstep >>= 16; 647 addl %ecx,%edx // add in sstep [all...] |
d_varsa.s | 171 .globl advancetable, sstep, tstep, pspantemp, counttemp, jumptemp 173 sstep: .long 0 label
|
/external/opencv/cv/src/ |
cvstereobm.cpp | 202 int sstep = left->step; local 224 lptr = lptr0 + MIN(MAX(x, -lofs), width-lofs-1) - dy0*sstep; 225 rptr = rptr0 + MIN(MAX(x, -rofs), width-rofs-1) - dy0*sstep; 227 for( y = -dy0; y < height + dy1; y++, hsad += ndisp, cbuf += ndisp, lptr += sstep, rptr += sstep ) 256 lptr_sub = lptr0 + MIN(MAX(x0, -lofs), width-1-lofs) - dy0*sstep; 257 lptr = lptr0 + MIN(MAX(x1, -lofs), width-1-lofs) - dy0*sstep; 258 rptr = rptr0 + MIN(MAX(x1, -rofs), width-1-rofs) - dy0*sstep; 261 hsad += ndisp, lptr += sstep, lptr_sub += sstep, rptr += sstep 409 int sstep = left->step; local [all...] |
cvundistort.cpp | 387 int sstep, dstep; local 430 sstep = _src->rows == 1 ? 1 : _src->step/CV_ELEM_SIZE(stype); 447 x = srcf[i*sstep].x; 448 y = srcf[i*sstep].y; 452 x = srcd[i*sstep].x; 453 y = srcd[i*sstep].y;
|
cvimgwarp.cpp | 1801 int sstep = src->step; local [all...] |
cvdistransform.cpp | 454 int sstep, dstep; local 478 sstep = src->step; 501 const uchar* sptr = src->data.ptr + i + (m-1)*sstep; 506 for( j = m-1; j >= 0; j--, sptr -= sstep )
|
cvsegmentation.cpp | 402 int sstep = src->step; local 439 for( i = 0; i < size.height; i++, sptr += sstep - size.width*3, 468 ptr = sptr + (miny - i)*sstep + (minx - j)*3; 470 for( y = miny; y <= maxy; y++, ptr += sstep - (maxx-minx+1)*3 )
|
cvstereogc.cpp | 450 int sstep = src->step; local 454 const uchar* sptr = src->data.ptr + sstep*y; 455 const uchar* sptr_prev = y > 0 ? sptr - sstep : sptr; 456 const uchar* sptr_next = y < rows-1 ? sptr + sstep : sptr;
|
/external/opencv/ml/src/ |
_ml.h | 91 #define ICV_RAWDATA( mat, flags, rdata, sstep, cstep, m, n ) \ 95 (sstep) = (mat).step; \ 103 (sstep) = CV_ELEM_SIZE( (mat).type ); \ 113 uchar* data; int sstep, cstep; - trainData->data 125 int sstep, cstep; \ 143 sstep = cstep = clstep = ncl = tmstep = ntm = msstep = mcstep = mm = mn = 0; \ 153 ICV_RAWDATA( *(param), (flags), data, sstep, cstep, m, n ); \
|