CSJ2K.j2k.entropy.encoder.StdEntropyCoder.getCBlkHeight C# (CSharp) 메소드

getCBlkHeight() 공개 메소드

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