Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc_tmp.h517 GLuint lowcv, highcv, testcv; in encodedxtcolorblockfaster() local
528 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()