public abstract class NNFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
m_nOrder |
protected int |
m_nShift |
protected int |
m_nVersion |
static int |
NN_WINDOW_ELEMENTS |
protected int |
orderPlusWindow |
| Constructor and Description |
|---|
NNFilter(int nOrder,
int nShift,
int nVersion) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AdaptNoMMX(short[] pM,
int indexM,
short[] pAdapt,
int indexA,
int nDirection) |
protected abstract int |
CalculateDotProductNoMMX(short[] pA,
int indexA,
short[] pB,
int indexB) |
int |
Compress(int nInput) |
int |
Decompress(int nInput) |
void |
Flush() |
protected int m_nOrder
protected int m_nShift
protected int m_nVersion
protected int orderPlusWindow
public static final int NN_WINDOW_ELEMENTS
public int Compress(int nInput)
public int Decompress(int nInput)
public void Flush()
protected abstract int CalculateDotProductNoMMX(short[] pA,
int indexA,
short[] pB,
int indexB)
protected abstract void AdaptNoMMX(short[] pM,
int indexM,
short[] pAdapt,
int indexA,
int nDirection)
Copyright © 2014. All rights reserved.