Uses of Interface
jj2000.j2k.entropy.encoder.CodedCBlkDataSrcEnc
Packages that use CodedCBlkDataSrcEnc
-
Uses of CodedCBlkDataSrcEnc in jj2000.j2k.codestream.writer
Constructors in jj2000.j2k.codestream.writer with parameters of type CodedCBlkDataSrcEncModifierConstructorDescriptionPktEncoder(CodedCBlkDataSrcEnc infoSrc, J2KImageWriteParamJava wp, Point[][][] numPrec) Creates a new packet header encoder, using the information from the 'infoSrc' object. -
Uses of CodedCBlkDataSrcEnc in jj2000.j2k.entropy.encoder
Classes in jj2000.j2k.entropy.encoder that implement CodedCBlkDataSrcEncModifier and TypeClassDescriptionclassThis abstract class provides the general interface for block-based entropy encoders.classThis class implements the JPEG 2000 entropy coder, which codes stripes in code-blocks.Fields in jj2000.j2k.entropy.encoder declared as CodedCBlkDataSrcEncModifier and TypeFieldDescriptionprotected CodedCBlkDataSrcEncPostCompRateAllocator.srcThe source of entropy coded dataMethods in jj2000.j2k.entropy.encoder with parameters of type CodedCBlkDataSrcEncModifier 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.Constructors in jj2000.j2k.entropy.encoder with parameters of type CodedCBlkDataSrcEncModifierConstructorDescriptionEBCOTRateAllocator(CodedCBlkDataSrcEnc src, LayersInfo lyrs, CodestreamWriter writer, J2KImageWriteParamJava wp) Initializes the EBCOT rate allocator of entropy coded data.PostCompRateAllocator(CodedCBlkDataSrcEnc src, int nl, CodestreamWriter bw, J2KImageWriteParamJava wp) Initializes the source of entropy coded data.