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 ArithmeticDecoderArithmeticIntegerDecoder.decoderConstructors 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 ArithmeticDecoderGenericRefinementRegion.arithDecoderprivate ArithmeticDecoderGenericRegion.arithDecoderprivate ArithmeticDecoderSymbolDictionary.arithmeticDecoderprivate ArithmeticDecoderTextRegion.arithmeticDecoderMethods 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)