Searched refs:testcv (Results 1 – 1 of 1) sorted by relevance
517 GLuint lowcv, highcv, testcv; in encodedxtcolorblockfaster() local528 testcv = srccolors[j][i][0] * srccolors[j][i][0] * REDWEIGHT + in encodedxtcolorblockfaster()531 if (testcv > highcv) { in encodedxtcolorblockfaster()532 highcv = testcv; in encodedxtcolorblockfaster()535 else if (testcv < lowcv) { in encodedxtcolorblockfaster()536 lowcv = testcv; in encodedxtcolorblockfaster()