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

  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 316 int decodedR = clamp(r + modifier);
317 score += (etc1_uint32) (3 * square(decodedR - pixelR));
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 316 int decodedR = clamp(r + modifier);
317 score += (etc1_uint32) (3 * square(decodedR - pixelR));

Completed in 37 milliseconds