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 int
VP8LDecoder.decodeBwRef
(WritableRaster raster, ColorCache colorCache, int width, HuffmanCodeGroup curCodeGroup, byte[] rgba, short code, int x, int y) private void
VP8LDecoder.decodeCached
(WritableRaster raster, ColorCache colorCache, byte[] rgba, int y, int x, short code) private void
VP8LDecoder.decodeImage
(WritableRaster raster, HuffmanInfo huffmanInfo, ColorCache colorCache) private void
VP8LDecoder.decodeLiteral
(WritableRaster raster, ColorCache colorCache, HuffmanCodeGroup curCodeGroup, byte[] rgba, int y, int x, short code)