[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.encoder.EntropyCoder.getPPY

getPPY Method

getPPY(int, int, int)

Returns the height of a packet for the specified tile-component and resolution level.

Declaration
public abstract int getPPY(int param1, int param2, int param3)
Public MustOverride Function getPPY(param1 As Integer, param2 As Integer, param3 As Integer) As Integer
Parameters
Type Name Description
int param1
int param2
int param3
Returns
Type Description
int

The height of a packet for the specified tile- component and resolution level.

Implements