22 #ifndef GRIM_BLOCKY16_H 23 #define GRIM_BLOCKY16_H 25 #include "common/scummsys.h" 37 const byte *_d_src, *_paramPtr, *_param6_7Ptr;
39 int32 _offset1, _offset2;
46 int _blocksWidth, _blocksHeight;
48 void makeTablesInterpolation(
int param);
49 void makeTables47(
int width);
50 void level1(byte *d_dst);
51 void level2(byte *d_dst);
52 void level3(byte *d_dst);
53 void decode2(byte *dst,
const byte *src,
int width,
int height,
const byte *param_ptr,
const byte *param6_7_ptr);
58 void init(
int width,
int height);
60 void decode(byte *dst,
const byte *src);
Definition: blocky16.h:29