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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_s3tc_tmp.h517 GLuint lowcv, highcv, testcv; local in function:encodedxtcolorblockfaster
528 testcv = srccolors[j][i][0] * srccolors[j][i][0] * REDWEIGHT +
531 if (testcv > highcv) {
532 highcv = testcv;
535 else if (testcv < lowcv) {
536 lowcv = testcv;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_s3tc_tmp.h517 GLuint lowcv, highcv, testcv; local in function:encodedxtcolorblockfaster
528 testcv = srccolors[j][i][0] * srccolors[j][i][0] * REDWEIGHT +
531 if (testcv > highcv) {
532 highcv = testcv;
535 else if (testcv < lowcv) {
536 lowcv = testcv;

Completed in 5 milliseconds