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

/external/chromium_org/third_party/android_opengl/etc1/
H A Detc1.cpp141 static const int kLookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; member in namespace:__anon11508
184 return convert5To8((0x1f & base) + kLookup[0x7 & diff]);
/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.cpp128 static const int kLookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; variable
171 return convert5To8((0x1f & base) + kLookup[0x7 & diff]);
/external/skia/third_party/etc1/
H A Detc1.cpp128 static const int kLookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; variable
171 return convert5To8((0x1f & base) + kLookup[0x7 & diff]);

Completed in 142 milliseconds