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