Uses of Class
jj2000.j2k.entropy.encoder.CBlkRateDistStats
Packages that use CBlkRateDistStats
-
Uses of CBlkRateDistStats in jj2000.j2k.codestream.writer
Methods in jj2000.j2k.codestream.writer with parameters of type CBlkRateDistStatsModifier and TypeMethodDescriptionPktEncoder.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 jj2000.j2k.entropy.encoder
Methods in jj2000.j2k.entropy.encoder that return CBlkRateDistStatsModifier and TypeMethodDescriptionCodedCBlkDataSrcEnc.getNextCodeBlock(int c, CBlkRateDistStats ccb) Returns the next coded code-block in the current tile for the specified component, as a copy (see below).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 jj2000.j2k.entropy.encoder with parameters of type CBlkRateDistStatsModifier and TypeMethodDescriptionCodedCBlkDataSrcEnc.getNextCodeBlock(int c, CBlkRateDistStats ccb) Returns the next coded code-block in the current tile for the specified component, as a copy (see below).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).