[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.reader.BitstreamReaderAgent.getSynSubbandTree

getSynSubbandTree Method

getSynSubbandTree(int, int)

Returns the subband tree, for the specified tile-component. This method returns the root element of the subband tree structure, see Subband and SubbandSyn. The tree comprises all the available resolution levels.

       <p>Note: this method is not able to return subband tree for a tile
       different than the current one.</p><p>The number of magnitude bits ('magBits' member variable) for each
       subband is not initialized.</p>
Declaration
public SubbandSyn getSynSubbandTree(int t, int c)
Parameters
Type Name Description
int t

The tile index

int c

The index of the component, from 0 to C-1.

Returns
Type Description
SubbandSyn

The root of the tree structure.

Implements