Uses of Class
org.apache.pdfbox.jbig2.decoder.arithmetic.ArithmeticDecoder
Packages that use ArithmeticDecoder
-
Uses of ArithmeticDecoder in org.apache.pdfbox.jbig2.decoder.arithmetic
Constructors in org.apache.pdfbox.jbig2.decoder.arithmetic with parameters of type ArithmeticDecoder -
Uses of ArithmeticDecoder in org.apache.pdfbox.jbig2.segments
Methods in org.apache.pdfbox.jbig2.segments with parameters of type ArithmeticDecoderModifier and TypeMethodDescriptionprotected voidGenericRefinementRegion.setParameters(CX cx, ArithmeticDecoder arithmeticDecoder, short grTemplate, int regionWidth, int regionHeight, Bitmap grReference, int grReferenceDX, int grReferenceDY, boolean isTPGRon, short[] grAtX, short[] grAtY) protected voidGenericRegion.setParameters(boolean isMMREncoded, byte sdTemplate, boolean isTPGDon, boolean useSkip, short[] sdATX, short[] sdATY, int symWidth, int hcHeight, CX cx, ArithmeticDecoder arithmeticDecoder) protected voidTextRegion.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)