Package gov.nih.mipav.model.file
Class jxlatte.LFCoefficients
java.lang.Object
gov.nih.mipav.model.file.jxlatte.LFCoefficients
- Enclosing class:
jxlatte
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLFCoefficients(jxlatte.Bitreader reader, jxlatte.LFGroup parent, jxlatte.Frame frame, jxlatte.ImageBuffer[] lfBuffer) -
Method Summary
Modifier and TypeMethodDescriptionprivate float[][][]adaptiveSmooth(float[][][] coeff, float[] scaledDequant) private intgetLFIndex(int[][][] lfQuant, jxlatte.HFBlockContext hfctx, int y, int x) private voidpopulateLFIndex(jxlatte.LFGroup parent, int[][][] lfQuant)
-
Field Details
-
dequantLFCoeff
public final float[][][] dequantLFCoeff -
lfIndex
public final int[][] lfIndex -
frame
-
-
Constructor Details
-
LFCoefficients
public LFCoefficients(jxlatte.Bitreader reader, jxlatte.LFGroup parent, jxlatte.Frame frame, jxlatte.ImageBuffer[] lfBuffer) throws IOException - Throws:
IOException
-
-
Method Details
-
populateLFIndex
-
adaptiveSmooth
private float[][][] adaptiveSmooth(float[][][] coeff, float[] scaledDequant) -
getLFIndex
-