HomeSort by relevance Sort by last modified time
    Searched refs:decodedB (Results 1 - 3 of 3) sorted by null

  /external/libgdx/gdx/jni/etc1/
etc1_utils.cpp 321 int decodedB = clamp(b + modifier);
322 score += (etc1_uint32) square(decodedB - pixelB);
  /external/skia/third_party/etc1/
etc1.cpp 329 int decodedB = clamp(b + modifier);
330 score += (etc1_uint32) square(decodedB - pixelB);
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 321 int decodedB = clamp(b + modifier);
322 score += (etc1_uint32) square(decodedB - pixelB);

Completed in 3685 milliseconds