HomeSort by relevance Sort by last modified time
    Searched defs:bestError (Results 1 - 2 of 2) sorted by null

  /external/skia/src/utils/
SkTextureCompressor_LATC.cpp 148 uint8_t bestError = abs_diff(pixels[i], palette[0]);
152 if (error < bestError) {
153 bestError = error;
204 uint8_t bestError = abs_diff(pixels[i], palette[0]);
207 if (error < bestError) {
208 bestError = error;