Searched refs:square (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/opengl/libs/ETC1/
H A Detc1.cpp198 // Output is a 4 x 4 square of 3-byte pixels in form R, G, B
294 inline int square(int x) { function
312 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));
317 score += (etc1_uint32) (3 * square(decodedR - pixelR));
322 score += (etc1_uint32) square(decodedB - pixelB);
479 // Input is a 4 x 4 square of 3-byte pixels in form R, G, B
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DMultiWaveView.java888 private float square(float d) { method in class:MultiWaveView
903 return square(scaledTapRadius);

Completed in 282 milliseconds