[]
        
(Showing Draft Content)

CSJ2K.j2k.quantization.dequantizer.Dequantizer.-ctor

Dequantizer Constructor

Dequantizer(CBlkQuantDataSrcDec, int[], DecoderSpecs)

Initializes the source of compressed data.

Declaration
public Dequantizer(CBlkQuantDataSrcDec src, int[] utrb, DecoderSpecs decSpec)
Parameters
Type Name Description
CBlkQuantDataSrcDec src

From where to obtain the quantized data.

int[] utrb
DecoderSpecs decSpec
See Also