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

  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 321 int decodedB = clamp(b + modifier);
322 score += (etc1_uint32) square(decodedB - pixelB);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 321 int decodedB = clamp(b + modifier);
322 score += (etc1_uint32) square(decodedB - pixelB);

Completed in 158 milliseconds