Searched refs:at4 (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_draw.c1105 byte *at1, *at2, *at3, *at4; local
1115 at4 = (byte *) &d_8to24table[in[width+1]];
1117 r = (at1[0]+at2[0]+at3[0]+at4[0]); r>>=5;
1118 g = (at1[1]+at2[1]+at3[1]+at4[1]); g>>=5;
1119 b = (at1[2]+at2[2]+at3[2]+at4[2]); b>>=5;
/external/quake/quake/src/WinQuake/
H A Dgl_draw.cpp1365 byte *at1, *at2, *at3, *at4; local
1376 at4 = (byte *) (d_8to24table + in[width+1]);
1378 r = (at1[0]+at2[0]+at3[0]+at4[0]); r>>=5;
1379 g = (at1[1]+at2[1]+at3[1]+at4[1]); g>>=5;
1380 b = (at1[2]+at2[2]+at3[2]+at4[2]); b>>=5;

Completed in 43 milliseconds