Uses of Class
ucar.jpeg.jj2000.j2k.entropy.encoder.PostCompRateAllocator

Packages that use PostCompRateAllocator
ucar.jpeg.jj2000.j2k.codestream.writer   
ucar.jpeg.jj2000.j2k.entropy.encoder   
 

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

Fields in ucar.jpeg.jj2000.j2k.codestream.writer declared as PostCompRateAllocator
protected  PostCompRateAllocator HeaderEncoder.ralloc
          Reference to the rate allocator
 

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

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

Subclasses of PostCompRateAllocator in ucar.jpeg.jj2000.j2k.entropy.encoder
 class EBCOTRateAllocator
          This implements the EBCOT post compression rate allocation algorithm.
 

Methods in ucar.jpeg.jj2000.j2k.entropy.encoder that return PostCompRateAllocator
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.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.