CSJ2K.j2k.entropy.encoder.StdEntropyCoder.getPPX C# (CSharp) Méthode

getPPX() public méthode

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