[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.PrecinctSizeSpec.getPPX

getPPX Method

getPPX(int, int, int)

Returns the precinct partition width 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 getPPX(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 'c' and tile 't' at resolution level 'rl'.