[]
This interface defines a source of entropy coded data and methods to transfer it in a code-block by code-block basis. In each call to 'geCodeBlock()' a specified coded code-block is returned.
<p>This interface is the source of data for the entropy decoder. See the
'EntropyDecoder' class.</p><p>For each coded-code-block the entropy-coded data is returned along with
its truncation point information in a 'DecLyrdCBlk' object.</p>
public interface CodedCBlkDataSrcDec : InvWTData, MultiResImgData
Name | Description |
---|---|
getCodeBlock(int, int, int, SubbandSyn, int, int, DecLyrdCBlk) | Returns the specified coded code-block, for the specified component, in the current tile. The first layer to return is indicated by 'fl'. The number of layers that is returned depends on 'nl' and the amount of data available.
|