Uses of Class
jj2000.j2k.entropy.encoder.CBlkRateDistStats
-
Packages that use CBlkRateDistStats Package Description jj2000.j2k.codestream.writer jj2000.j2k.entropy.encoder -
-
Uses of CBlkRateDistStats in jj2000.j2k.codestream.writer
Methods in jj2000.j2k.codestream.writer with parameters of type CBlkRateDistStats Modifier and Type Method Description 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 jj2000.j2k.entropy.encoder
Methods in jj2000.j2k.entropy.encoder that return CBlkRateDistStats Modifier and Type Method Description 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 jj2000.j2k.entropy.encoder with parameters of type CBlkRateDistStats Modifier and Type Method Description 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).
-