|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CBlkQuantDataSrcDec | |
|---|---|
| ucar.jpeg.jj2000.j2k.codestream.reader | |
| ucar.jpeg.jj2000.j2k.entropy.decoder | |
| ucar.jpeg.jj2000.j2k.quantization.dequantizer | |
| ucar.jpeg.jj2000.j2k.roi | |
| Uses of CBlkQuantDataSrcDec in ucar.jpeg.jj2000.j2k.codestream.reader |
|---|
| Methods in ucar.jpeg.jj2000.j2k.codestream.reader with parameters of type CBlkQuantDataSrcDec | |
|---|---|
Dequantizer |
HeaderDecoder.createDequantizer(CBlkQuantDataSrcDec src,
int[] rb,
DecoderSpecs decSpec2)
Returns the dequantizer parameters. |
ROIDeScaler |
HeaderDecoder.createROIDeScaler(CBlkQuantDataSrcDec src,
ParameterList pl,
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 ucar.jpeg.jj2000.j2k.entropy.decoder |
|---|
| Classes in ucar.jpeg.jj2000.j2k.entropy.decoder that implement CBlkQuantDataSrcDec | |
|---|---|
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 ucar.jpeg.jj2000.j2k.quantization.dequantizer |
|---|
| Fields in ucar.jpeg.jj2000.j2k.quantization.dequantizer declared as CBlkQuantDataSrcDec | |
|---|---|
protected CBlkQuantDataSrcDec |
Dequantizer.src
The entropy decoder from where to get the quantized data (the source). |
| Constructors in ucar.jpeg.jj2000.j2k.quantization.dequantizer with parameters of type CBlkQuantDataSrcDec | |
|---|---|
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 ucar.jpeg.jj2000.j2k.roi |
|---|
| Classes in ucar.jpeg.jj2000.j2k.roi that implement CBlkQuantDataSrcDec | |
|---|---|
class |
ROIDeScaler
This class takes care of the de-scaling of ROI coefficients. |
| Methods in ucar.jpeg.jj2000.j2k.roi with parameters of type CBlkQuantDataSrcDec | |
|---|---|
static ROIDeScaler |
ROIDeScaler.createInstance(CBlkQuantDataSrcDec src,
ParameterList pl,
DecoderSpecs decSpec)
Creates a ROIDeScaler object. |
| Constructors in ucar.jpeg.jj2000.j2k.roi with parameters of type CBlkQuantDataSrcDec | |
|---|---|
ROIDeScaler(CBlkQuantDataSrcDec src,
MaxShiftSpec mss)
Constructor of the ROI descaler, takes EntropyDEcoder as source of data to de-scale. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||