[]
        
(Showing Draft Content)

CSJ2K.j2k.quantization.dequantizer.StdDequantizer.-ctor

StdDequantizer Constructor

StdDequantizer(CBlkQuantDataSrcDec, int[], DecoderSpecs)

Initializes the source of compressed data. And sets the number of range bits and fraction bits and receives the parameters for the dequantizer.

Declaration
public StdDequantizer(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