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

getCBlkWidth() 공개 메소드

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 /// ///
리턴 int
		public override int getCBlkWidth(int t, int c)
		{
			return cblks.getCBlkWidth(ModuleSpec.SPEC_TILE_COMP, t, c);
		}