Package de.jarnbjo.vorbis
Class Util
java.lang.Object
de.jarnbjo.vorbis.Util
public final class Util
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Util() -
Method Summary
Modifier and Type Method Description static floatfloat32unpack(int x)static inthighNeighbour(int[] v, int x)static inticount(int value)static intilog(int x)static intintPow(int base, int e)static booleanisBitSet(int value, int bit)static intlookup1Values(int a, int b)static intlowNeighbour(int[] v, int x)static voidrenderLine(int x0, int y0, int x1, int y1, float[] v)static intrenderPoint(int x0, int x1, int y0, int y1, int x)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
ilog
public static final int ilog(int x) -
float32unpack
public static final float float32unpack(int x) -
lookup1Values
public static final int lookup1Values(int a, int b) -
intPow
public static final int intPow(int base, int e) -
isBitSet
public static final boolean isBitSet(int value, int bit) -
icount
public static final int icount(int value) -
lowNeighbour
public static final int lowNeighbour(int[] v, int x) -
highNeighbour
public static final int highNeighbour(int[] v, int x) -
renderPoint
public static final int renderPoint(int x0, int x1, int y0, int y1, int x) -
renderLine
public static final void renderLine(int x0, int y0, int x1, int y1, float[] v)
-