Uses of Class
org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
Packages that use ArithmeticDecoder
-
Uses of ArithmeticDecoder in org.apache.pdfbox.jbig2.decoder.arithmetic
Fields in org.apache.pdfbox.jbig2.decoder.arithmetic declared as ArithmeticDecoderModifier and TypeFieldDescriptionprivate final ArithmeticDecoder
ArithmeticIntegerDecoder.decoder
Constructors in org.apache.pdfbox.jbig2.decoder.arithmetic with parameters of type ArithmeticDecoder -
Uses of ArithmeticDecoder in org.apache.pdfbox.jbig2.segments
Fields in org.apache.pdfbox.jbig2.segments declared as ArithmeticDecoderModifier and TypeFieldDescriptionprivate 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 ArithmeticDecoderModifier and TypeMethodDescriptionprotected 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, ArrayList<Bitmap> sbSyms, int sbSymCodeLen)