|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfi.helsinki.cs.ohtu.mpeg2.video.DiscreteCosineTransformUtils
public class DiscreteCosineTransformUtils
This class contains simple auxiliary functions used in the process of encoding blocks.
Constructor Summary | |
---|---|
DiscreteCosineTransformUtils()
|
Method Summary | |
---|---|
static int[] |
round(double[] input)
Round the values of the input array, half integers away from zero. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiscreteCosineTransformUtils()
Method Detail |
---|
public static int[] round(double[] input)
input
- The array to be rounded
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |