public final class DCT extends Object
Constructor and Description |
---|
DCT() |
Modifier and Type | Method and Description |
---|---|
static void |
dct(float[] f,
float[] c)
Transfer data values into DCT coefficients.
|
static void |
idct(float[] c,
float[] f)
Reconstruct data values from DCT coefficients.
|
static float |
idct(float[] c,
float x,
float lambda)
Reconstruct a sample from DCT coefficients.
|
public static void dct(float[] f, float[] c)
f
- source data valuesc
- destination dct coefficientspublic static float idct(float[] c, float x, float lambda)
c
- source DCT coefficientsx
- sample locationpublic static final void idct(float[] c, float[] f)
c
- source DCT coefficientsf
- destination data valuesCopyright © 2015–2021 Fiji. All rights reserved.