Uses of Class
org.apache.commons.imaging.formats.jpeg.decoder.Block
-
Packages that use Block Package Description org.apache.commons.imaging.formats.jpeg.decoder JPEG image format decoder. -
-
Uses of Block in org.apache.commons.imaging.formats.jpeg.decoder
Methods in org.apache.commons.imaging.formats.jpeg.decoder that return Block Modifier and Type Method Description private Block[]
JpegDecoder. allocateMCUMemory()
Methods in org.apache.commons.imaging.formats.jpeg.decoder with parameters of type Block Modifier and Type Method Description private void
JpegDecoder. readMCU(JpegInputStream is, int[] preds, Block[] mcu)
private void
JpegDecoder. rescaleMCU(Block[] dataUnits, int hSize, int vSize, Block[] ret)
-