public final class Recon
extends java.lang.Object
| Constructor and Description |
|---|
Recon() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final void CopyBlock(short[] src,
short[] dest,
int idx,
int srcstride)
public static final void ReconIntra(short[] ReconPtr,
int idx,
short[] ChangePtr,
int LineStep)
public static final void ReconInter(short[] ReconPtr,
int idx1,
short[] RefPtr,
int idx2,
short[] ChangePtr,
int LineStep)
public static final void ReconInterHalfPixel2(short[] ReconPtr,
int idx1,
short[] RefPtr1,
int idx2,
short[] RefPtr2,
int idx3,
short[] ChangePtr,
int LineStep)