[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.reader.HeaderDecoder.createDequantizer

createDequantizer Method

createDequantizer(CBlkQuantDataSrcDec, int[], DecoderSpecs)

Returns the dequantizer parameters. Dequantizer parameters normally are the quantization step sizes, see DequantizerParams.

Declaration
public Dequantizer createDequantizer(CBlkQuantDataSrcDec src, int[] rb, DecoderSpecs decSpec2)
Parameters
Type Name Description
CBlkQuantDataSrcDec src

The source of data for the dequantizer.

int[] rb

The number of range bits for each component. Must be the number of range bits of the mixed components.

DecoderSpecs decSpec2

The DecoderSpecs instance after any image manipulation.

Returns
Type Description
Dequantizer

The dequantizer