Uses of Class
jj2000.j2k.codestream.writer.CodestreamWriter
-
Packages that use CodestreamWriter Package Description jj2000.j2k.codestream.writer jj2000.j2k.entropy.encoder -
-
Uses of CodestreamWriter in jj2000.j2k.codestream.writer
Subclasses of CodestreamWriter in jj2000.j2k.codestream.writer Modifier and Type Class Description class
FileCodestreamWriter
This class implements a CodestreamWriter for Java streams. -
Uses of CodestreamWriter in jj2000.j2k.entropy.encoder
Methods in jj2000.j2k.entropy.encoder with parameters of type CodestreamWriter 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.Constructors in jj2000.j2k.entropy.encoder with parameters of type CodestreamWriter Constructor Description EBCOTRateAllocator(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.
-