Uses of Class
jj2000.j2k.codestream.reader.CBlkInfo
-
Packages that use CBlkInfo Package Description jj2000.j2k.codestream.reader -
-
Uses of CBlkInfo in jj2000.j2k.codestream.reader
Methods in jj2000.j2k.codestream.reader that return CBlkInfo Modifier and Type Method Description CBlkInfo[][][][][]
FileBitstreamReaderAgent. getCBlkInfo()
Gets the reference to the CBlkInfo arrayCBlkInfo[][][][][]
PktDecoder. restart(int nc, int[] mdl, int nl, CBlkInfo[][][][][] cbI, boolean pph, ByteArrayInputStream pphbais)
Re-initialize the PktDecoder instance at the beginning of a new tile.Methods in jj2000.j2k.codestream.reader with parameters of type CBlkInfo Modifier and Type Method Description boolean
PktDecoder. readPktBody(int l, int r, int c, int p, CBlkInfo[][][] cbI, int[] nb)
Reads specificied packet body in order to find offset of each code-block's piece of codeword.boolean
PktDecoder. readPktHead(int l, int r, int c, int p, CBlkInfo[][][] cbI, int[] nb)
Read specified packet head and found length of each code-block's piece of codewords as well as number of skipped most significant bit-planes.CBlkInfo[][][][][]
PktDecoder. restart(int nc, int[] mdl, int nl, CBlkInfo[][][][][] cbI, boolean pph, ByteArrayInputStream pphbais)
Re-initialize the PktDecoder instance at the beginning of a new tile.
-