Uses of Class
org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
-
Packages that use ArithmeticDecoder Package Description org.apache.pdfbox.jbig2.decoder.arithmetic org.apache.pdfbox.jbig2.segments -
-
Uses of ArithmeticDecoder in org.apache.pdfbox.jbig2.decoder.arithmetic
Fields in org.apache.pdfbox.jbig2.decoder.arithmetic declared as ArithmeticDecoder Modifier and Type Field Description private ArithmeticDecoder
ArithmeticIntegerDecoder. decoder
Constructors in org.apache.pdfbox.jbig2.decoder.arithmetic with parameters of type ArithmeticDecoder Constructor Description ArithmeticIntegerDecoder(ArithmeticDecoder decoder)
-
Uses of ArithmeticDecoder in org.apache.pdfbox.jbig2.segments
Fields in org.apache.pdfbox.jbig2.segments declared as ArithmeticDecoder Modifier and Type Field Description private ArithmeticDecoder
GenericRefinementRegion. arithDecoder
private ArithmeticDecoder
GenericRegion. arithDecoder
private ArithmeticDecoder
SymbolDictionary. arithmeticDecoder
private ArithmeticDecoder
TextRegion. arithmeticDecoder
Methods in org.apache.pdfbox.jbig2.segments with parameters of type ArithmeticDecoder Modifier and Type Method Description protected void
GenericRefinementRegion. setParameters(CX cx, ArithmeticDecoder arithmeticDecoder, short grTemplate, int regionWidth, int regionHeight, Bitmap grReference, int grReferenceDX, int grReferenceDY, boolean isTPGRon, short[] grAtX, short[] grAtY)
protected void
GenericRegion. setParameters(boolean isMMREncoded, byte sdTemplate, boolean isTPGDon, boolean useSkip, short[] sdATX, short[] sdATY, int symWidth, int hcHeight, CX cx, ArithmeticDecoder arithmeticDecoder)
protected void
TextRegion. setParameters(ArithmeticDecoder arithmeticDecoder, ArithmeticIntegerDecoder iDecoder, boolean isHuffmanEncoded, boolean sbRefine, int sbw, int sbh, long sbNumInstances, int sbStrips, int sbNumSyms, short sbDefaultPixel, short sbCombinationOperator, short transposed, short refCorner, short sbdsOffset, short sbHuffFS, short sbHuffDS, short sbHuffDT, short sbHuffRDWidth, short sbHuffRDHeight, short sbHuffRDX, short sbHuffRDY, short sbHuffRSize, short sbrTemplate, short[] sbrATX, short[] sbrATY, java.util.ArrayList<Bitmap> sbSyms, int sbSymCodeLen)
-