Interface PredictorMode
-
interface PredictorModePredictorMode.
-
-
Field Summary
Fields Modifier and Type Field Description static intAVG_L_Tstatic intAVG_L_TLstatic intAVG_L_TL_T_TRstatic intAVG_L_TR_Tstatic intAVG_T_TRstatic intAVG_TL_Tstatic intBLACKstatic intCLAMP_ADD_SUB_FULLstatic intCLAMP_ADD_SUB_HALFstatic intLstatic intSELECTstatic intTstatic intTLstatic intTR
-
-
-
Field Detail
-
BLACK
static final int BLACK
- See Also:
- Constant Field Values
-
L
static final int L
- See Also:
- Constant Field Values
-
T
static final int T
- See Also:
- Constant Field Values
-
TR
static final int TR
- See Also:
- Constant Field Values
-
TL
static final int TL
- See Also:
- Constant Field Values
-
AVG_L_TR_T
static final int AVG_L_TR_T
- See Also:
- Constant Field Values
-
AVG_L_TL
static final int AVG_L_TL
- See Also:
- Constant Field Values
-
AVG_L_T
static final int AVG_L_T
- See Also:
- Constant Field Values
-
AVG_TL_T
static final int AVG_TL_T
- See Also:
- Constant Field Values
-
AVG_T_TR
static final int AVG_T_TR
- See Also:
- Constant Field Values
-
AVG_L_TL_T_TR
static final int AVG_L_TL_T_TR
- See Also:
- Constant Field Values
-
SELECT
static final int SELECT
- See Also:
- Constant Field Values
-
CLAMP_ADD_SUB_FULL
static final int CLAMP_ADD_SUB_FULL
- See Also:
- Constant Field Values
-
CLAMP_ADD_SUB_HALF
static final int CLAMP_ADD_SUB_HALF
- See Also:
- Constant Field Values
-
-