Package net.sourceforge.plantuml.webp
Class IDCT
- java.lang.Object
-
- net.sourceforge.plantuml.webp.IDCT
-
public class IDCT extends Object
-
-
Constructor Summary
Constructors Constructor Description IDCT()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int[][]
idct4x4llm(int[] input)
static int[][]
iwalsh4x4(int[] input)
-