Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/format/
Dtexcompress_s3tc_tmp.h513 GLuint lowcv, highcv, testcv; in encodedxtcolorblockfaster() local
524 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()