Package com.jcraft.jorbis
Class Mdct
java.lang.Object
com.jcraft.jorbis.Mdct
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidbackward(float[] float2, float[] float3) (package private) voidclear()(package private) voidforward(float[] float2, float[] float3) (package private) voidinit(int int2) private float[]mdct_kernel(float[] float2, float[] float3, int int2, int int3, int int4, int int5)
-
Field Details
-
n
int n -
log2n
int log2n -
trig
float[] trig -
bitrev
int[] bitrev -
scale
float scale -
_x
float[] _x -
_w
float[] _w
-
-
Constructor Details
-
Mdct
Mdct()
-
-
Method Details
-
init
void init(int int2) -
clear
void clear() -
forward
void forward(float[] float2, float[] float3) -
backward
void backward(float[] float2, float[] float3) -
mdct_kernel
private float[] mdct_kernel(float[] float2, float[] float3, int int2, int int3, int int4, int int5)
-