Uses of Class
jj2000.j2k.entropy.encoder.PostCompRateAllocator
-
Packages that use PostCompRateAllocator Package Description jj2000.j2k.codestream.writer jj2000.j2k.entropy.encoder -
-
Uses of PostCompRateAllocator in jj2000.j2k.codestream.writer
Fields in jj2000.j2k.codestream.writer declared as PostCompRateAllocator Modifier and Type Field Description protected PostCompRateAllocator
HeaderEncoder. ralloc
Reference to the rate allocatorConstructors in jj2000.j2k.codestream.writer with parameters of type PostCompRateAllocator Constructor Description HeaderEncoder(ImgData origsrc, boolean[] isorigsig, ForwardWT dwt, Tiler tiler, J2KImageWriteParamJava wp, ROIScaler roiSc, PostCompRateAllocator ralloc)
Initializes the header writer with the references to the coding chain. -
Uses of PostCompRateAllocator in jj2000.j2k.entropy.encoder
Subclasses of PostCompRateAllocator in jj2000.j2k.entropy.encoder Modifier and Type Class Description class
EBCOTRateAllocator
This implements the EBCOT post compression rate allocation algorithm.Methods in jj2000.j2k.entropy.encoder that return PostCompRateAllocator Modifier and Type Method Description static PostCompRateAllocator
PostCompRateAllocator. createInstance(CodedCBlkDataSrcEnc src, float rate, CodestreamWriter bw, J2KImageWriteParamJava wp)
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.
-