[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.encoder.EntropyCoder.getPPX

getPPX Method

getPPX(int, int, int)

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

Declaration
public abstract int getPPX(int param1, int param2, int param3)
Public MustOverride Function getPPX(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 width of a packet for the specified tile- component and resolution level.

Implements