Uses of Class
jj2000.j2k.entropy.encoder.PostCompRateAllocator
Packages that use PostCompRateAllocator
-
Uses of PostCompRateAllocator in jj2000.j2k.codestream.writer
Fields in jj2000.j2k.codestream.writer declared as PostCompRateAllocatorModifier and TypeFieldDescriptionprotected PostCompRateAllocatorHeaderEncoder.rallocReference to the rate allocatorConstructors in jj2000.j2k.codestream.writer with parameters of type PostCompRateAllocatorModifierConstructorDescriptionHeaderEncoder(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.encoderModifier and TypeClassDescriptionclassThis implements the EBCOT post compression rate allocation algorithm.Methods in jj2000.j2k.entropy.encoder that return PostCompRateAllocatorModifier and TypeMethodDescriptionstatic PostCompRateAllocatorPostCompRateAllocator.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.