Method | Description | |
---|---|---|
Codec47Decoder ( int width, int height ) : System | ||
Decode ( byte dst, byte src ) : bool | ||
Decode2 ( byte dst, int dstPos, byte src, int srcPos, int width, int height, byte param_ptr, int param_ptrPos ) : void | ||
Level1 ( byte d_dst, int dstPos ) : void | ||
Level2 ( byte d_dst, int dstPos ) : void | ||
Level3 ( byte d_dst, int dstPos ) : void | ||
MakeTables47 ( int width ) : void | ||
MakeTablesInterpolation ( int param ) : void |
Method | Description | |
---|---|---|
COPY_2X1_LINE ( byte dst, int dstPos, byte src, int srcPos ) : void | ||
COPY_4X1_LINE ( byte dst, int dstPos, byte src, int srcPos ) : void | ||
FILL_2X1_LINE ( byte dst, int dstPos, byte value ) : void | ||
FILL_4X1_LINE ( byte dst, int dstPos, byte value ) : void |
public Codec47Decoder ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
public Decode2 ( byte dst, int dstPos, byte src, int srcPos, int width, int height, byte param_ptr, int param_ptrPos ) : void | ||
dst | byte | |
dstPos | int | |
src | byte | |
srcPos | int | |
width | int | |
height | int | |
param_ptr | byte | |
param_ptrPos | int | |
return | void |
public Level1 ( byte d_dst, int dstPos ) : void | ||
d_dst | byte | |
dstPos | int | |
return | void |
public Level2 ( byte d_dst, int dstPos ) : void | ||
d_dst | byte | |
dstPos | int | |
return | void |
public Level3 ( byte d_dst, int dstPos ) : void | ||
d_dst | byte | |
dstPos | int | |
return | void |
public MakeTablesInterpolation ( int param ) : void | ||
param | int | |
return | void |