[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.CodedCBlk.-ctor

CodedCBlk Constructor

CodedCBlk()

Creates a new CodedCBlk object wit the default values and without allocating any space for its members.

Declaration
public CodedCBlk()

CodedCBlk(int, int, int, byte[])

Creates a new CodedCBlk object with the specified values.

Declaration
public CodedCBlk(int m, int n, int skipMSBP, byte[] data)
Parameters
Type Name Description
int m

The horizontal index of the code-block, within the subband.

int n

The vertical index of the code-block, within the subband.

int skipMSBP

The number of skipped most significant bit-planes for this code-block.

byte[] data

The compressed data. This array is referenced by this object so it should not be modified after.