ip.apurva
Class SPxform

java.lang.Object
  extended by ip.apurva.SPxform

public class SPxform
extends java.lang.Object


Constructor Summary
SPxform()
           
 
Method Summary
static void inverseform(short[] in)
           
static void inversXform(short[][] in)
           
static void S_plus_P_Xform(short[][] in)
           
static void SPxform(short[] in, int n)
           
static short[][] transpose(short[][] in)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPxform

public SPxform()
Method Detail

transpose

public static short[][] transpose(short[][] in)

S_plus_P_Xform

public static void S_plus_P_Xform(short[][] in)

SPxform

public static void SPxform(short[] in,
                           int n)

inversXform

public static void inversXform(short[][] in)

inverseform

public static void inverseform(short[] in)