Searched refs:ALLOWED_DELTA (Results 1 – 1 of 1) sorted by relevance
58 private static final int ALLOWED_DELTA = 25; field in CompressedTextureSurfaceView.CompressedTextureRender188 if (deltaR <= ALLOWED_DELTA && in comparePixel()189 deltaG <= ALLOWED_DELTA && in comparePixel()190 deltaB <= ALLOWED_DELTA) { in comparePixel()