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

/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp120 static const int kLookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; variable
163 return convert5To8((0x1f & base) + kLookup[0x7 & diff]);

Completed in 102 milliseconds