[]
Returns the dequantizer parameters. Dequantizer parameters normally are the quantization step sizes, see DequantizerParams.
public Dequantizer createDequantizer(CBlkQuantDataSrcDec src, int[] rb, DecoderSpecs decSpec2)
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. |
Type | Description |
---|---|
Dequantizer | The dequantizer |