Uses of Class
ucar.jpeg.jj2000.j2k.encoder.EncoderSpecs

Packages that use EncoderSpecs
ucar.jpeg.jj2000.j2k.codestream.writer   
ucar.jpeg.jj2000.j2k.entropy.encoder   
ucar.jpeg.jj2000.j2k.image.forwcomptransf   
ucar.jpeg.jj2000.j2k.quantization.quantizer   
ucar.jpeg.jj2000.j2k.roi.encoder   
ucar.jpeg.jj2000.j2k.wavelet.analysis   
 

Uses of EncoderSpecs in ucar.jpeg.jj2000.j2k.codestream.writer
 

Fields in ucar.jpeg.jj2000.j2k.codestream.writer declared as EncoderSpecs
protected  EncoderSpecs HeaderEncoder.encSpec
          The encoder specifications
 

Constructors in ucar.jpeg.jj2000.j2k.codestream.writer with parameters of type EncoderSpecs
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.
 

Uses of EncoderSpecs in ucar.jpeg.jj2000.j2k.entropy.encoder
 

Fields in ucar.jpeg.jj2000.j2k.entropy.encoder declared as EncoderSpecs
protected  EncoderSpecs PostCompRateAllocator.encSpec
          The source of entropy coded data
 

Methods in ucar.jpeg.jj2000.j2k.entropy.encoder with parameters of type EncoderSpecs
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.
 

Constructors in ucar.jpeg.jj2000.j2k.entropy.encoder with parameters of type EncoderSpecs
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.
 

Uses of EncoderSpecs in ucar.jpeg.jj2000.j2k.image.forwcomptransf
 

Constructors in ucar.jpeg.jj2000.j2k.image.forwcomptransf with parameters of type EncoderSpecs
ForwCompTransf(BlkImgDataSrc imgSrc, EncoderSpecs encSpec)
          Constructs a new ForwCompTransf object that operates on the specified source of image data.
 

Uses of EncoderSpecs in ucar.jpeg.jj2000.j2k.quantization.quantizer
 

Methods in ucar.jpeg.jj2000.j2k.quantization.quantizer with parameters of type EncoderSpecs
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.
 

Constructors in ucar.jpeg.jj2000.j2k.quantization.quantizer with parameters of type EncoderSpecs
StdQuantizer(CBlkWTDataSrc src, EncoderSpecs encSpec)
          Initializes the source of wavelet transform coefficients.
 

Uses of EncoderSpecs in ucar.jpeg.jj2000.j2k.roi.encoder
 

Methods in ucar.jpeg.jj2000.j2k.roi.encoder with parameters of type EncoderSpecs
static ROIScaler ROIScaler.createInstance(Quantizer src, ParameterList pl, EncoderSpecs encSpec)
          Creates a ROIScaler object.
 

Constructors in ucar.jpeg.jj2000.j2k.roi.encoder with parameters of type EncoderSpecs
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.
 

Uses of EncoderSpecs in ucar.jpeg.jj2000.j2k.wavelet.analysis
 

Methods in ucar.jpeg.jj2000.j2k.wavelet.analysis with parameters of type EncoderSpecs
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'.
 

Constructors in ucar.jpeg.jj2000.j2k.wavelet.analysis with parameters of type EncoderSpecs
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 © 1999-2011 UCAR/Unidata. All Rights Reserved.