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

getPPX() 공개 메소드

Returns the precinct partition width for the specified component, tile and resolution level.
public getPPX ( int t, int c, int rl ) : int
t int the tile index /// ///
c int the component /// ///
rl int the resolution level /// ///
리턴 int
		public override int getPPX(int t, int c, int rl)
		{
			return pss.getPPX(t, c, rl);
		}