Uses of Interface
jj2000.j2k.quantization.dequantizer.CBlkQuantDataSrcDec
-
Packages that use CBlkQuantDataSrcDec Package Description jj2000.j2k.codestream.reader jj2000.j2k.entropy.decoder jj2000.j2k.quantization.dequantizer jj2000.j2k.roi -
-
Uses of CBlkQuantDataSrcDec in jj2000.j2k.codestream.reader
Methods in jj2000.j2k.codestream.reader with parameters of type CBlkQuantDataSrcDec Modifier and Type Method Description Dequantizer
HeaderDecoder. createDequantizer(CBlkQuantDataSrcDec src, int[] rb, DecoderSpecs decSpec2)
Returns the dequantizer parameters.ROIDeScaler
HeaderDecoder. createROIDeScaler(CBlkQuantDataSrcDec src, J2KImageReadParamJava j2krparam, DecoderSpecs decSpec2)
Creates and returns the ROIDeScaler corresponding to the information read from the codestream header and with the special additional parameters from the parameter list. -
Uses of CBlkQuantDataSrcDec in jj2000.j2k.entropy.decoder
Classes in jj2000.j2k.entropy.decoder that implement CBlkQuantDataSrcDec Modifier and Type Class Description class
EntropyDecoder
This is the abstract class from which all entropy decoders must inherit.class
StdEntropyDecoder
This class implements the JPEG 2000 entropy decoder, which codes stripes in code-blocks. -
Uses of CBlkQuantDataSrcDec in jj2000.j2k.quantization.dequantizer
Fields in jj2000.j2k.quantization.dequantizer declared as CBlkQuantDataSrcDec Modifier and Type Field Description protected CBlkQuantDataSrcDec
Dequantizer. src
The entropy decoder from where to get the quantized data (the source).Constructors in jj2000.j2k.quantization.dequantizer with parameters of type CBlkQuantDataSrcDec Constructor Description Dequantizer(CBlkQuantDataSrcDec src, int[] utrb, DecoderSpecs decSpec)
Initializes the source of compressed data.StdDequantizer(CBlkQuantDataSrcDec src, int[] utrb, DecoderSpecs decSpec)
Initializes the source of compressed data. -
Uses of CBlkQuantDataSrcDec in jj2000.j2k.roi
Classes in jj2000.j2k.roi that implement CBlkQuantDataSrcDec Modifier and Type Class Description class
ROIDeScaler
This class takes care of the de-scaling of ROI coefficients.Methods in jj2000.j2k.roi with parameters of type CBlkQuantDataSrcDec Modifier and Type Method Description static ROIDeScaler
ROIDeScaler. createInstance(CBlkQuantDataSrcDec src, J2KImageReadParamJava j2krparam, DecoderSpecs decSpec)
Creates a ROIDeScaler object.Constructors in jj2000.j2k.roi with parameters of type CBlkQuantDataSrcDec Constructor Description ROIDeScaler(CBlkQuantDataSrcDec src, MaxShiftSpec mss)
Constructor of the ROI descaler, takes EntropyDEcoder as source of data to de-scale.
-