[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.encoder.StdEntropyCoder.getPPX

getPPX Method

getPPX(int, int, int)

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

Declaration
public override int getPPX(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 width for the specified component, tile and resolution level

Overrides