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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_s3tc_tmp.h314 GLubyte coldiffred, coldiffgreen, coldiffblue, coldiffmax, factor, ind0, ind1; local in function:fancybasecolorsearch
329 ind1 = 1; ind0 = 0;
332 ind1 = 0; ind0 = 1;
334 if ((testcolor[ind1][1] + factor * coldiffgreen) <= 255)
335 testcolor[ind1][1] += factor * coldiffgreen;
336 else testcolor[ind1][1] = 255;
337 if ((testcolor[ind1][0] - testcolor[ind0][1]) > 0) {
338 if ((testcolor[ind1][0] + factor * coldiffred) <= 255)
339 testcolor[ind1][0] += factor * coldiffred;
340 else testcolor[ind1][
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_s3tc_tmp.h314 GLubyte coldiffred, coldiffgreen, coldiffblue, coldiffmax, factor, ind0, ind1; local in function:fancybasecolorsearch
329 ind1 = 1; ind0 = 0;
332 ind1 = 0; ind0 = 1;
334 if ((testcolor[ind1][1] + factor * coldiffgreen) <= 255)
335 testcolor[ind1][1] += factor * coldiffgreen;
336 else testcolor[ind1][1] = 255;
337 if ((testcolor[ind1][0] - testcolor[ind0][1]) > 0) {
338 if ((testcolor[ind1][0] + factor * coldiffred) <= 255)
339 testcolor[ind1][0] += factor * coldiffred;
340 else testcolor[ind1][
[all...]

Completed in 3 milliseconds