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

  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 311 int decodedG = clamp(g + modifier);
312 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 311 int decodedG = clamp(g + modifier);
312 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));

Completed in 36 milliseconds