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

getPPY() public method

Returns the precinct partition height for the specified component, tile and resolution level.
public getPPY ( 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 getPPY(int t, int c, int rl)
		{
			return pss.getPPY(t, c, rl);
		}