[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.encoder.StdEntropyCoder.getCBlkHeight

getCBlkHeight Method

getCBlkHeight(int, int)

Returns the code-block height for the specified tile and component.

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

The tile index

int c

The component index

Returns
Type Description
int

The code-block height for the specified tile and component.

Overrides