JArithmeticDecoderStats   23 lib/pdf/xpdf/JArithmeticDecoder.cc JArithmeticDecoderStats::JArithmeticDecoderStats(int contextSizeA) {
JArithmeticDecoderStats   29 lib/pdf/xpdf/JArithmeticDecoder.cc JArithmeticDecoderStats::~JArithmeticDecoderStats() {
JArithmeticDecoderStats   33 lib/pdf/xpdf/JArithmeticDecoder.cc JArithmeticDecoderStats *JArithmeticDecoderStats::copy() {
JArithmeticDecoderStats   34 lib/pdf/xpdf/JArithmeticDecoder.cc   JArithmeticDecoderStats *stats;
JArithmeticDecoderStats   36 lib/pdf/xpdf/JArithmeticDecoder.cc   stats = new JArithmeticDecoderStats(contextSize);
JArithmeticDecoderStats   41 lib/pdf/xpdf/JArithmeticDecoder.cc void JArithmeticDecoderStats::reset() {
JArithmeticDecoderStats   45 lib/pdf/xpdf/JArithmeticDecoder.cc void JArithmeticDecoderStats::copyFrom(JArithmeticDecoderStats *stats) {
JArithmeticDecoderStats   49 lib/pdf/xpdf/JArithmeticDecoder.cc void JArithmeticDecoderStats::setEntry(Guint cx, int i, int mps) {
JArithmeticDecoderStats   28 lib/pdf/xpdf/JArithmeticDecoder.h class JArithmeticDecoderStats {
JArithmeticDecoderStats   31 lib/pdf/xpdf/JArithmeticDecoder.h   JArithmeticDecoderStats(int contextSizeA);
JArithmeticDecoderStats   32 lib/pdf/xpdf/JArithmeticDecoder.h   ~JArithmeticDecoderStats();
JArithmeticDecoderStats   33 lib/pdf/xpdf/JArithmeticDecoder.h   JArithmeticDecoderStats *copy();
JArithmeticDecoderStats   36 lib/pdf/xpdf/JArithmeticDecoder.h   void copyFrom(JArithmeticDecoderStats *stats);
JArithmeticDecoderStats   76 lib/pdf/xpdf/JArithmeticDecoder.h   int decodeBit(Guint context, JArithmeticDecoderStats *stats);
JArithmeticDecoderStats   79 lib/pdf/xpdf/JArithmeticDecoder.h   int decodeByte(Guint context, JArithmeticDecoderStats *stats);
JArithmeticDecoderStats   82 lib/pdf/xpdf/JArithmeticDecoder.h   GBool decodeInt(int *x, JArithmeticDecoderStats *stats);
JArithmeticDecoderStats   85 lib/pdf/xpdf/JArithmeticDecoder.h 		   JArithmeticDecoderStats *stats);
JArithmeticDecoderStats   90 lib/pdf/xpdf/JArithmeticDecoder.h   int decodeIntBit(JArithmeticDecoderStats *stats);
JArithmeticDecoderStats 1033 lib/pdf/xpdf/JBIG2Stream.cc   JArithmeticDecoderStats *getGenericRegionStats()
JArithmeticDecoderStats 1035 lib/pdf/xpdf/JBIG2Stream.cc   JArithmeticDecoderStats *getRefinementRegionStats()
JArithmeticDecoderStats 1042 lib/pdf/xpdf/JBIG2Stream.cc   JArithmeticDecoderStats *genericRegionStats;
JArithmeticDecoderStats 1043 lib/pdf/xpdf/JBIG2Stream.cc   JArithmeticDecoderStats *refinementRegionStats;
JArithmeticDecoderStats 1144 lib/pdf/xpdf/JBIG2Stream.cc   genericRegionStats = new JArithmeticDecoderStats(1 << 1);
JArithmeticDecoderStats 1145 lib/pdf/xpdf/JBIG2Stream.cc   refinementRegionStats = new JArithmeticDecoderStats(1 << 1);
JArithmeticDecoderStats 1146 lib/pdf/xpdf/JBIG2Stream.cc   iadhStats = new JArithmeticDecoderStats(1 << 9);
JArithmeticDecoderStats 1147 lib/pdf/xpdf/JBIG2Stream.cc   iadwStats = new JArithmeticDecoderStats(1 << 9);
JArithmeticDecoderStats 1148 lib/pdf/xpdf/JBIG2Stream.cc   iaexStats = new JArithmeticDecoderStats(1 << 9);
JArithmeticDecoderStats 1149 lib/pdf/xpdf/JBIG2Stream.cc   iaaiStats = new JArithmeticDecoderStats(1 << 9);
JArithmeticDecoderStats 1150 lib/pdf/xpdf/JBIG2Stream.cc   iadtStats = new JArithmeticDecoderStats(1 << 9);
JArithmeticDecoderStats 1151 lib/pdf/xpdf/JBIG2Stream.cc   iaitStats = new JArithmeticDecoderStats(1 << 9);
JArithmeticDecoderStats 1152 lib/pdf/xpdf/JBIG2Stream.cc   iafsStats = new JArithmeticDecoderStats(1 << 9);
JArithmeticDecoderStats 1153 lib/pdf/xpdf/JBIG2Stream.cc   iadsStats = new JArithmeticDecoderStats(1 << 9);
JArithmeticDecoderStats 1154 lib/pdf/xpdf/JBIG2Stream.cc   iardxStats = new JArithmeticDecoderStats(1 << 9);
JArithmeticDecoderStats 1155 lib/pdf/xpdf/JBIG2Stream.cc   iardyStats = new JArithmeticDecoderStats(1 << 9);
JArithmeticDecoderStats 1156 lib/pdf/xpdf/JBIG2Stream.cc   iardwStats = new JArithmeticDecoderStats(1 << 9);
JArithmeticDecoderStats 1157 lib/pdf/xpdf/JBIG2Stream.cc   iardhStats = new JArithmeticDecoderStats(1 << 9);
JArithmeticDecoderStats 1158 lib/pdf/xpdf/JBIG2Stream.cc   iariStats = new JArithmeticDecoderStats(1 << 9);
JArithmeticDecoderStats 1159 lib/pdf/xpdf/JBIG2Stream.cc   iaidStats = new JArithmeticDecoderStats(1 << 1);
JArithmeticDecoderStats 3616 lib/pdf/xpdf/JBIG2Stream.cc       genericRegionStats = new JArithmeticDecoderStats(1 << size);
JArithmeticDecoderStats 3638 lib/pdf/xpdf/JBIG2Stream.cc       refinementRegionStats = new JArithmeticDecoderStats(1 << size);
JArithmeticDecoderStats 3661 lib/pdf/xpdf/JBIG2Stream.cc     iaidStats = new JArithmeticDecoderStats(1 << (symCodeLen + 1));
JArithmeticDecoderStats   26 lib/pdf/xpdf/JBIG2Stream.h class JArithmeticDecoderStats;
JArithmeticDecoderStats  107 lib/pdf/xpdf/JBIG2Stream.h 			 JArithmeticDecoderStats *prevStats);
JArithmeticDecoderStats  109 lib/pdf/xpdf/JBIG2Stream.h 			    JArithmeticDecoderStats *prevStats);
JArithmeticDecoderStats  129 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *genericRegionStats;
JArithmeticDecoderStats  130 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *refinementRegionStats;
JArithmeticDecoderStats  131 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *iadhStats;
JArithmeticDecoderStats  132 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *iadwStats;
JArithmeticDecoderStats  133 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *iaexStats;
JArithmeticDecoderStats  134 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *iaaiStats;
JArithmeticDecoderStats  135 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *iadtStats;
JArithmeticDecoderStats  136 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *iaitStats;
JArithmeticDecoderStats  137 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *iafsStats;
JArithmeticDecoderStats  138 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *iadsStats;
JArithmeticDecoderStats  139 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *iardxStats;
JArithmeticDecoderStats  140 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *iardyStats;
JArithmeticDecoderStats  141 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *iardwStats;
JArithmeticDecoderStats  142 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *iardhStats;
JArithmeticDecoderStats  143 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *iariStats;
JArithmeticDecoderStats  144 lib/pdf/xpdf/JBIG2Stream.h   JArithmeticDecoderStats *iaidStats;
JArithmeticDecoderStats 2235 lib/pdf/xpdf/JPXStream.cc     cb->stats = new JArithmeticDecoderStats(jpxNContexts);
JArithmeticDecoderStats   23 lib/pdf/xpdf/JPXStream.h class JArithmeticDecoderStats;
JArithmeticDecoderStats  145 lib/pdf/xpdf/JPXStream.h   JArithmeticDecoderStats	// arithmetic decoder stats