Searched refs:AMP2 (Results 1 - 6 of 6) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dd_scan.cpp52 byte *rowptr[MAXHEIGHT+(AMP2*2)];
53 int column[MAXWIDTH+(AMP2*2)];
62 for (v=0 ; v<scr_vrect.height+AMP2*2 ; v++)
65 (screenwidth * (int)((float)v * hratio * h / (h + AMP2 * 2)));
68 for (u=0 ; u<scr_vrect.width+AMP2*2 ; u++)
71 (int)((float)u * wratio * w / (w + AMP2 * 2));
H A Dr_local.h244 #define AMP2 3 macro
H A Dr_main.cpp1082 intsintable[i] = AMP2 + sin(i*3.14159*2/CYCLE)*AMP2; // AMP2, not 20
/external/quake/quake/src/QW/client/
H A Dd_scan.c62 for (v=0 ; v<scr_vrect.height+AMP2*2 ; v++)
65 (screenwidth * (int)((float)v * hratio * h / (h + AMP2 * 2)));
68 for (u=0 ; u<scr_vrect.width+AMP2*2 ; u++)
71 (int)((float)u * wratio * w / (w + AMP2 * 2));
H A Dr_local.h245 #define AMP2 3 macro
H A Dr_main.c1101 intsintable[i] = AMP2 + sin(i*3.14159*2/CYCLE)*AMP2; // AMP2, not 20

Completed in 44 milliseconds