Home
last modified time | relevance | path

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

/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()
/external/v8/src/objects/
Dintl-objects.cc2338 enum MatcherOption { kBestFit, kLookup }; enumerator
2405 matcher = kLookup; in SupportedLocales()
2420 DCHECK_EQ(matcher, kLookup); in SupportedLocales()