CSJ2K.j2k.entropy.encoder.StdEntropyCoder.getCBlkWidth C# (CSharp) Method

getCBlkWidth() public method

Returns the code-block width for the specified tile and component.
public getCBlkWidth ( int t, int c ) : int
t int The tile index /// ///
c int the component index /// ///
return int
		public override int getCBlkWidth(int t, int c)
		{
			return cblks.getCBlkWidth(ModuleSpec.SPEC_TILE_COMP, t, c);
		}