public class PredictorDecompress3950toCurrent extends IPredictorDecompress
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
m_aryMA |
protected int[] |
m_aryMB |
static int |
M_COUNT |
protected int |
m_nCurrentIndex |
protected int |
m_nLastValueA |
protected int |
m_nVersion |
protected NNFilter |
m_pNNFilter |
protected NNFilter |
m_pNNFilter1 |
protected NNFilter |
m_pNNFilter2 |
protected RollBufferFastInt |
m_rbAdaptA |
protected RollBufferFastInt |
m_rbAdaptB |
protected RollBufferFastInt |
m_rbPredictionA |
protected RollBufferFastInt |
m_rbPredictionB |
protected int |
scaledFilterALV |
protected int |
scaledFilterBLV |
| Constructor and Description |
|---|
PredictorDecompress3950toCurrent(int nCompressionLevel,
int nVersion) |
public static final int M_COUNT
protected int[] m_aryMA
protected int[] m_aryMB
protected RollBufferFastInt m_rbPredictionA
protected RollBufferFastInt m_rbPredictionB
protected RollBufferFastInt m_rbAdaptA
protected RollBufferFastInt m_rbAdaptB
protected int scaledFilterALV
protected int scaledFilterBLV
protected int m_nCurrentIndex
protected int m_nLastValueA
protected int m_nVersion
protected NNFilter m_pNNFilter
protected NNFilter m_pNNFilter1
protected NNFilter m_pNNFilter2
public PredictorDecompress3950toCurrent(int nCompressionLevel,
int nVersion)
public int DecompressValue(int nA)
DecompressValue in class IPredictorDecompresspublic int DecompressValue(int nA,
int nB)
DecompressValue in class IPredictorDecompresspublic void Flush()
Flush in class IPredictorDecompressCopyright © 2014. All rights reserved.