#include <cstring>
#include "iz_p.h"
Go to the source code of this file.
#define decodePixel |
( |
|
predictor | ) |
|
Value:{ \
Pixel<> pix, pp; \
\
this->fillCache(); \
pl = nl; \
pix.readBits(*this, nl); \
\
pp.predict(p, bpp, bpr, predictor::predict); \
pix.toSigned(); \
pix.reverseTransform(); \
pix += pp; \
pix.writeTo(p); \
p += bpp; \
}
const int MAX_CODE_LENGTH
char decodeTable[1<< CONTEXT_BITS][MAX_CODE_VALUE]
Definition at line 10 of file decoder.h.