[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.encoder.StdEntropyCoder.precinctPartitionUsed

precinctPartitionUsed Method

precinctPartitionUsed(int, int)

Returns true if precinct partition is used for the specified component and tile, returns false otherwise.

Declaration
public override bool precinctPartitionUsed(int c, int t)
Parameters
Type Name Description
int c

The component

int t

The tile

Returns
Type Description
bool

True if precinct partition is used for the specified component and tile, returns false otherwise.

Overrides