com.fluendo.jheora
Class Recon
java.lang.Object
com.fluendo.jheora.Recon
public final class Recon
- extends java.lang.Object
Constructor Summary |
Recon()
|
Method Summary |
static void |
CopyBlock(short[] src,
short[] dest,
int idx,
int srcstride)
|
static void |
ReconInter(short[] ReconPtr,
int idx1,
short[] RefPtr,
int idx2,
short[] ChangePtr,
int LineStep)
|
static void |
ReconInterHalfPixel2(short[] ReconPtr,
int idx1,
short[] RefPtr1,
int idx2,
short[] RefPtr2,
int idx3,
short[] ChangePtr,
int LineStep)
|
static void |
ReconIntra(short[] ReconPtr,
int idx,
short[] ChangePtr,
int LineStep)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Recon
public Recon()
CopyBlock
public static final void CopyBlock(short[] src,
short[] dest,
int idx,
int srcstride)
ReconIntra
public static final void ReconIntra(short[] ReconPtr,
int idx,
short[] ChangePtr,
int LineStep)
ReconInter
public static final void ReconInter(short[] ReconPtr,
int idx1,
short[] RefPtr,
int idx2,
short[] ChangePtr,
int LineStep)
ReconInterHalfPixel2
public static final void ReconInterHalfPixel2(short[] ReconPtr,
int idx1,
short[] RefPtr1,
int idx2,
short[] RefPtr2,
int idx3,
short[] ChangePtr,
int LineStep)