24 #ifndef IMAGE_CODECS_TRUEMOTION1_H 25 #define IMAGE_CODECS_TRUEMOTION1_H 27 #include "image/codecs/codec.h" 49 int _mbChangeBitsRowSize;
50 byte *_buf, *_mbChangeBits, *_indexStream;
55 struct PredictorTableEntry {
60 PredictorTableEntry _yPredictorTable[1024];
61 PredictorTableEntry _cPredictorTable[1024];
70 int _lastDeltaset, _lastVectable;
92 void selectDeltaTables(
int deltaTableIndex);
95 int makeYdt16Entry(
int p1,
int p2);
96 int makeCdt16Entry(
int p1,
int p2);
97 void genVectorTable16(
const byte *selVectorTable);
102 #endif // IMAGE_CODECS_TRUEMOTION1_H
const Graphics::Surface * decodeFrame(Common::SeekableReadStream &stream) override
Definition: truemotion1.h:36
Graphics::PixelFormat getPixelFormat() const override
Definition: truemotion1.h:44
Definition: movie_decoder.h:32