jj2000.j2k.quantization.dequantizer |
|
Java Source File Name | Type | Comment |
CBlkQuantDataSrcDec.java | Interface | This interface defines a source of quantized wavelet coefficients and
methods to transfer them in a code-block by code-block basis, fro the
decoder side. |
Dequantizer.java | Class | This is the abstract class from which all dequantizers must inherit. |
DequantizerParams.java | Class | This is the generic ineterface for dequantization parameters. |
StdDequantizer.java | Class | This class implements a scalar dequantizer with deadzone. |
StdDequantizerParams.java | Class | This class holds the parameters for the scalar deadzone dequantizer
(StdDequantizer class) for the current tile. |