Uses of Class
com.twelvemonkeys.imageio.plugins.webp.LSBBitReader
-
Packages that use LSBBitReader Package Description com.twelvemonkeys.imageio.plugins.webp com.twelvemonkeys.imageio.plugins.webp.lossless -
-
Uses of LSBBitReader in com.twelvemonkeys.imageio.plugins.webp
Fields in com.twelvemonkeys.imageio.plugins.webp declared as LSBBitReader Modifier and Type Field Description private LSBBitReader
WebPImageReader. lsbBitReader
-
Uses of LSBBitReader in com.twelvemonkeys.imageio.plugins.webp.lossless
Fields in com.twelvemonkeys.imageio.plugins.webp.lossless declared as LSBBitReader Modifier and Type Field Description private LSBBitReader
VP8LDecoder. lsbBitReader
Methods in com.twelvemonkeys.imageio.plugins.webp.lossless with parameters of type LSBBitReader Modifier and Type Method Description private static short[]
HuffmanTable. readCodeLengths(LSBBitReader lsbBitReader, short[] aCodeLengths, int alphabetSize, int numPosCodeLens)
short
HuffmanTable. readSymbol(LSBBitReader lsbBitReader)
Reads the next code symbol from the streaming and decode it using the Huffman tableConstructors in com.twelvemonkeys.imageio.plugins.webp.lossless with parameters of type LSBBitReader Constructor Description HuffmanCodeGroup(LSBBitReader lsbBitReader, int colorCacheBits)
HuffmanTable(LSBBitReader lsbBitReader, int alphabetSize)
Build a Huffman table by reading the encoded symbol lengths from the reader
-