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

getPPX() public method

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 /// ///
return int
		public override int getPPX(int t, int c, int rl)
		{
			return pss.getPPX(t, c, rl);
		}