[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.PrecinctSizeSpec.getPPY

getPPY Method

getPPY(int, int, int)

Returns the precinct partition height in component 'n' and tile 't' at resolution level 'rl'. If the tile index is equal to -1 or if the component index is equal to -1 it means that those should not be taken into account.

Declaration
public virtual int getPPY(int t, int c, int rl)
Parameters
Type Name Description
int t

The tile index, in raster scan order. Specify -1 if it is not a specific tile.

int c

The component index. Specify -1 if it is not a specific component.

int rl

The resolution level.

Returns
Type Description
int

The precinct partition width in component 'n' and tile 't' at resolution level 'rl'.