Searched refs:kLookup (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkCompressedDataUtils.cpp | 37 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/skia/third_party/etc1/ |
D | etc1.cpp | 128 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/skqp/third_party/etc1/ |
D | etc1.cpp | 128 static const int kLookup[8] = { 0, 1, 2, 3, -4, -3, -2, -1 }; variable 171 return convert5To8((0x1f & base) + kLookup[0x7 & diff]); in convertDiff()
|