Uses of Interface
jj2000.j2k.quantization.dequantizer.CBlkQuantDataSrcDec
Packages that use CBlkQuantDataSrcDec
Package
Description
-
Uses of CBlkQuantDataSrcDec in jj2000.j2k.codestream.reader
Methods in jj2000.j2k.codestream.reader with parameters of type CBlkQuantDataSrcDecModifier and TypeMethodDescriptionfinal DequantizerHeaderDecoder.createDequantizer(CBlkQuantDataSrcDec src, int[] rb, DecoderSpecs decSpec2) Returns the dequantizer parameters.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 CBlkQuantDataSrcDecModifier and TypeClassDescriptionclassThis is the abstract class from which all entropy decoders must inherit.classThis 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 CBlkQuantDataSrcDecModifier and TypeFieldDescriptionprotected CBlkQuantDataSrcDecDequantizer.srcThe entropy decoder from where to get the quantized data (the source).Constructors in jj2000.j2k.quantization.dequantizer with parameters of type CBlkQuantDataSrcDecModifierConstructorDescriptionDequantizer(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 CBlkQuantDataSrcDecModifier and TypeClassDescriptionclassThis class takes care of the de-scaling of ROI coefficients.Methods in jj2000.j2k.roi with parameters of type CBlkQuantDataSrcDecModifier and TypeMethodDescriptionstatic ROIDeScalerROIDeScaler.createInstance(CBlkQuantDataSrcDec src, J2KImageReadParamJava j2krparam, DecoderSpecs decSpec) Creates a ROIDeScaler object.Constructors in jj2000.j2k.roi with parameters of type CBlkQuantDataSrcDecModifierConstructorDescriptionROIDeScaler(CBlkQuantDataSrcDec src, MaxShiftSpec mss) Constructor of the ROI descaler, takes EntropyDEcoder as source of data to de-scale.