| Modifier and Type | Field and Description |
|---|---|
protected EncoderSpecs |
HeaderEncoder.encSpec
The encoder specifications
|
| Constructor and Description |
|---|
HeaderEncoder(ImgData origsrc,
boolean[] isorigsig,
ForwardWT dwt,
Tiler tiler,
EncoderSpecs encSpec,
ROIScaler roiSc,
PostCompRateAllocator ralloc,
ParameterList pl)
Initializes the header writer with the references to the coding chain.
|
PktEncoder(CodedCBlkDataSrcEnc infoSrc,
EncoderSpecs encSpec,
Coord[][][] numPrec,
ParameterList pl)
Creates a new packet encoder object, using the information from the
'infoSrc' object.
|
| Modifier and Type | Field and Description |
|---|---|
protected EncoderSpecs |
PostCompRateAllocator.encSpec
The source of entropy coded data
|
| Modifier and Type | Method and Description |
|---|---|
static PostCompRateAllocator |
PostCompRateAllocator.createInstance(CodedCBlkDataSrcEnc src,
ParameterList pl,
float rate,
CodestreamWriter bw,
EncoderSpecs encSpec)
Creates a PostCompRateAllocator object for the appropriate rate
allocation parameters in the parameter list 'pl', having 'src' as the
source of entropy coded data, 'rate' as the target bitrate and 'bw' as
the bit stream writer object.
|
| Constructor and Description |
|---|
EBCOTRateAllocator(CodedCBlkDataSrcEnc src,
LayersInfo lyrs,
CodestreamWriter writer,
EncoderSpecs encSpec,
ParameterList pl)
Initializes the EBCOT rate allocator of entropy coded data.
|
PostCompRateAllocator(CodedCBlkDataSrcEnc src,
int nl,
CodestreamWriter bw,
EncoderSpecs encSpec)
Initializes the source of entropy coded data.
|
| Constructor and Description |
|---|
ForwCompTransf(BlkImgDataSrc imgSrc,
EncoderSpecs encSpec)
Constructs a new ForwCompTransf object that operates on the specified
source of image data.
|
| Modifier and Type | Method and Description |
|---|---|
static Quantizer |
Quantizer.createInstance(CBlkWTDataSrc src,
EncoderSpecs encSpec)
Creates a Quantizer object for the appropriate type of quantization
specified in the options in the parameter list 'pl', and having 'src'
as the source of data to be quantized.
|
| Constructor and Description |
|---|
StdQuantizer(CBlkWTDataSrc src,
EncoderSpecs encSpec)
Initializes the source of wavelet transform coefficients.
|
| Modifier and Type | Method and Description |
|---|---|
static ROIScaler |
ROIScaler.createInstance(Quantizer src,
ParameterList pl,
EncoderSpecs encSpec)
Creates a ROIScaler object.
|
| Constructor and Description |
|---|
ROIScaler(Quantizer src,
ROIMaskGenerator mg,
boolean roi,
int sLev,
boolean uba,
EncoderSpecs encSpec)
Constructor of the ROI scaler, takes a Quantizer as source of data to
scale.
|
| Modifier and Type | Method and Description |
|---|---|
static ForwardWT |
ForwardWT.createInstance(BlkImgDataSrc src,
ParameterList pl,
EncoderSpecs encSpec)
Creates a ForwardWT object with the specified filters, and with other
options specified in the parameter list 'pl'.
|
| Constructor and Description |
|---|
ForwWTFull(BlkImgDataSrc src,
EncoderSpecs encSpec,
int cb0x,
int cb0y)
Initializes this object with the given source of image data and with
all the decompositon parameters
|
Copyright © 2015. All rights reserved.