Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCompressedDataUtils.cpp37 static const int kLookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; in extend_5plus3To8Bits() local
39 return extend_5To8bits((0x1f & base) + kLookup[0x7 & diff]); in extend_5plus3To8Bits()
/external/skqp/third_party/etc1/
Detc1.cpp128 static const int kLookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; variable
171 return convert5To8((0x1f & base) + kLookup[0x7 & diff]); in convertDiff()
/external/skia/third_party/etc1/
Detc1.cpp128 static const int kLookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; variable
171 return convert5To8((0x1f & base) + kLookup[0x7 & diff]); in convertDiff()