Searched refs:MAX_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
38 private final static int MAX_BLOCK_SIZE = (1 << 17); field in ByteArrayBuilder281 if (newSize > MAX_BLOCK_SIZE) { in _allocMore()282 newSize = MAX_BLOCK_SIZE; in _allocMore()
24 private static final int MAX_BLOCK_SIZE = 256; field in GifHeaderParser26 private final byte[] block = new byte[MAX_BLOCK_SIZE];283 tab = new int[MAX_BLOCK_SIZE]; in readColorTable()
731 This may be less than the product of the components of MAX_BLOCK_SIZE and is