Method | Description | |
---|---|---|
CBlkSizeSpec ( int nt, int nc, byte type ) : System |
Creates a new CBlkSizeSpec object for the specified number of tiles and components.
|
|
CBlkSizeSpec ( int nt, int nc, byte type, CSJ2K.j2k.util.ParameterList pl ) : System |
Creates a new CBlkSizeSpec object for the specified number of tiles and components and the ParameterList instance.
|
|
getCBlkHeight ( byte type, int t, int c ) : int |
Returns the code-block height:
|
|
getCBlkWidth ( byte type, int t, int c ) : int |
Returns the code-block width :
|
|
setCompDef ( int c, System value_Renamed ) : void |
Sets default value for specified component and specValType tag if allowed by its priority.
|
|
setDefault ( System value_Renamed ) : void |
Sets default value for this module
|
|
setTileCompVal ( int t, int c, System value_Renamed ) : void |
Sets value for specified tile-component.
|
|
setTileDef ( int t, System value_Renamed ) : void |
Sets default value for specified tile and specValType tag if allowed by its priority.
|
Method | Description | |
---|---|---|
storeHighestDims ( System dim ) : void |
Stores the highest code-block width and height
|
public CBlkSizeSpec ( int nt, int nc, byte type ) : System | ||
nt | int | The number of tiles /// /// |
nc | int | The number of components /// /// |
type | byte | the type of the specification module i.e. tile specific, /// component specific or both. /// /// |
return | System |
public CBlkSizeSpec ( int nt, int nc, byte type, CSJ2K.j2k.util.ParameterList pl ) : System | ||
nt | int | The number of tiles /// /// |
nc | int | The number of components /// /// |
type | byte | the type of the specification module i.e. tile specific, /// component specific or both. /// /// |
pl | CSJ2K.j2k.util.ParameterList | The ParameterList instance /// /// |
return | System |
public getCBlkHeight ( byte type, int t, int c ) : int | ||
type | byte | The type of the value we want to be returned /// /// |
t | int | The tile index /// /// |
c | int | the component index /// /// |
return | int |
public getCBlkWidth ( byte type, int t, int c ) : int | ||
type | byte | The type of the value we want to be returned /// /// |
t | int | The tile index /// /// |
c | int | the component index /// /// |
return | int |
public setCompDef ( int c, System value_Renamed ) : void | ||
c | int | Component index /// /// |
value_Renamed | System | |
return | void |
public setDefault ( System value_Renamed ) : void | ||
value_Renamed | System | |
return | void |
public setTileCompVal ( int t, int c, System value_Renamed ) : void | ||
t | int | Tie index /// /// |
c | int | Component index /// /// |
value_Renamed | System | |
return | void |
public setTileDef ( int t, System value_Renamed ) : void | ||
t | int | |
value_Renamed | System | |
return | void |