[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.encoder.StdEntropyCoder.getPPY

getPPY Method

getPPY(int, int, int)

Returns the precinct partition height for the specified component, tile and resolution level.

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

the tile index

int c

the component

int rl

the resolution level

Returns
Type Description
int

The precinct partition height for the specified component, tile and resolution level

Overrides