名前 | 解説 | |
---|---|---|
CBlkInfo コンストラクタ | Constructs a new instance with specified number of layers and code-block coordinates. The number corresponds to the maximum piece of codeword for one code-block. |
CBlkInfoデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
CBlkInfo コンストラクタ | Constructs a new instance with specified number of layers and code-block coordinates. The number corresponds to the maximum piece of codeword for one code-block. |
名前 | 解説 | |
---|---|---|
ctp | The cumulative number of truncation points | |
h | Height of the code-block | |
len | Length of each piece of code-block's codewords | |
msbSkipped | The number of most significant bits which are skipped for this code-block (= Mb-1-bitDepth). | |
ntp | The number of truncation point for each layer | |
off | Offset of each piece of code-block's codewords in the file | |
pktIdx | Index of the packet where each layer has been found | |
segLen | The length of each segment (used with regular termination or in selective arithmetic bypass coding mode) | |
ulx | Upper-left x-coordinate of the code-block (relative to the tile) | |
uly | Upper-left y-coordinate of the code-block (relative to the tile) | |
w | Width of the code-block |
名前 | 解説 | |
---|---|---|
addNTP | Adds the number of new truncation for specified layer. | |
ToString | Object information in a string. |