ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / PostCompRateAllocator Class
Members

In This Topic
    PostCompRateAllocator Class
    In This Topic
    This is the abstract class from which post-compression rate allocators which generate layers should inherit. The source of data is a 'CodedCBlkDataSrcEnc' which delivers entropy coded blocks with rate-distortion statistics.

    The post compression rate allocator implementation should create the layers, according to a rate allocation policy, and send the packets to a CodestreamWriter. Since the rate allocator sends the packets to the bit stream then it should output the packets to the bit stream in the order imposed by the bit stream profiles.

    Object Model
    PostCompRateAllocator Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class PostCompRateAllocator 
       Inherits CSJ2K.j2k.image.ImgDataAdapter
       Implements CSJ2K.j2k.image.ImgData 
    public abstract class PostCompRateAllocator : CSJ2K.j2k.image.ImgDataAdapter, CSJ2K.j2k.image.ImgData  
    Inheritance Hierarchy

    System.Object
       CSJ2K.j2k.image.ImgDataAdapter
          CSJ2K.j2k.entropy.encoder.PostCompRateAllocator
             CSJ2K.j2k.entropy.encoder.EBCOTRateAllocator

    See Also