Uses of Class
com.twelvemonkeys.imageio.plugins.webp.lossless.ColorCache
Packages that use ColorCache
-
Uses of ColorCache in com.twelvemonkeys.imageio.plugins.webp.lossless
Methods in com.twelvemonkeys.imageio.plugins.webp.lossless with parameters of type ColorCacheModifier and TypeMethodDescriptionprivate intVP8LDecoder.decodeBwRef(WritableRaster raster, ColorCache colorCache, int width, HuffmanCodeGroup curCodeGroup, byte[] rgba, short code, int x, int y) private voidVP8LDecoder.decodeCached(WritableRaster raster, ColorCache colorCache, byte[] rgba, int y, int x, short code) private voidVP8LDecoder.decodeImage(WritableRaster raster, HuffmanInfo huffmanInfo, ColorCache colorCache) private voidVP8LDecoder.decodeLiteral(WritableRaster raster, ColorCache colorCache, HuffmanCodeGroup curCodeGroup, byte[] rgba, int y, int x, short code)