Uses of Class
ucar.jpeg.jj2000.j2k.entropy.encoder.CBlkRateDistStats

Packages that use CBlkRateDistStats
ucar.jpeg.jj2000.j2k.codestream.writer   
ucar.jpeg.jj2000.j2k.entropy.encoder   
 

Uses of CBlkRateDistStats in ucar.jpeg.jj2000.j2k.codestream.writer
 

Methods in ucar.jpeg.jj2000.j2k.codestream.writer with parameters of type CBlkRateDistStats
 BitOutputBuffer PktEncoder.encodePacket(int ly, int c, int r, int t, CBlkRateDistStats[][] cbs, int[][] tIndx, BitOutputBuffer hbuf, byte[] bbuf, int pIdx)
          Encodes a packet and returns the buffer containing the encoded packet header.
 

Uses of CBlkRateDistStats in ucar.jpeg.jj2000.j2k.entropy.encoder
 

Methods in ucar.jpeg.jj2000.j2k.entropy.encoder that return CBlkRateDistStats
 CBlkRateDistStats CodedCBlkDataSrcEnc.getNextCodeBlock(int c, CBlkRateDistStats ccb)
          Returns the next coded code-block in the current tile for the specified component, as a copy (see below).
 CBlkRateDistStats StdEntropyCoder.getNextCodeBlock(int c, CBlkRateDistStats ccb)
          Returns the next coded code-block in the current tile for the specified component, as a copy (see below).
 

Methods in ucar.jpeg.jj2000.j2k.entropy.encoder with parameters of type CBlkRateDistStats
 CBlkRateDistStats CodedCBlkDataSrcEnc.getNextCodeBlock(int c, CBlkRateDistStats ccb)
          Returns the next coded code-block in the current tile for the specified component, as a copy (see below).
 CBlkRateDistStats StdEntropyCoder.getNextCodeBlock(int c, CBlkRateDistStats ccb)
          Returns the next coded code-block in the current tile for the specified component, as a copy (see below).
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.