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

  /external/libgdx/gdx/jni/etc1/
etc1_utils.cpp 311 int decodedG = clamp(g + modifier);
312 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));
  /external/skia/third_party/etc1/
etc1.cpp 319 int decodedG = clamp(g + modifier);
320 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 311 int decodedG = clamp(g + modifier);
312 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));

Completed in 74 milliseconds