public abstract class DCT extends Object
DCT()
abstract int[]
decode(int[] orig)
void
decodeAll(int[][] src)
short[]
encode(byte[] orig)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DCT()
public short[] encode(byte[] orig)
public abstract int[] decode(int[] orig)
public void decodeAll(int[][] src)
Copyright © 2019. All rights reserved.