Package net.sourceforge.plantuml.webp
Class SubBlock
java.lang.Object
net.sourceforge.plantuml.webp.SubBlock
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionSubBlock
(MacroBlock macroBlock, SubBlock above, SubBlock left, SubBlock.PLANE plane) -
Method Summary
Modifier and TypeMethodDescriptionvoid
decodeSubBlock
(BoolDecoder bc2, int[][][][] coef_probs, int ilc, int type, boolean withY2) void
dequantSubBlock
(VP8Frame frame, Integer Dc) void
void
void
getAbove()
int[][]
getDest()
int[][]
getDiff()
getLeft()
int[][]
getMacroBlockPredict
(int intra_mode) int
getMode()
getPlane()
int[][]
int[][]
getPredict
(int intra_bmode, boolean left) boolean
boolean
isDest()
static int
planeToType
(SubBlock.PLANE plane, Boolean withY2) void
void
void
setDest
(int[][] dest) void
setDiff
(int[][] diff) void
setMode
(int mode) void
setPixel
(int x, int y, int p) void
setPredict
(int[][] predict) toString()
-
Field Details
-
UV
public static final int UV- See Also:
-
Y
public static final int Y- See Also:
-
Y_AFTER_Y2
public static final int Y_AFTER_Y2- See Also:
-
Y2
public static final int Y2- See Also:
-
-
Constructor Details
-
SubBlock
-
-
Method Details
-
planeToType
-
decodeSubBlock
public void decodeSubBlock(BoolDecoder bc2, int[][][][] coef_probs, int ilc, int type, boolean withY2) throws IOException - Throws:
IOException
-
dequantSubBlock
-
drawDebug
public void drawDebug() -
drawDebugH
public void drawDebugH() -
drawDebugV
public void drawDebugV() -
getAbove
-
getDebugString
-
getDest
public int[][] getDest() -
getDiff
public int[][] getDiff() -
getLeft
-
getMacroBlock
-
getMacroBlockPredict
public int[][] getMacroBlockPredict(int intra_mode) -
getMode
public int getMode() -
getPlane
-
getPredict
public int[][] getPredict() -
getPredict
public int[][] getPredict(int intra_bmode, boolean left) -
hasNoZeroToken
public boolean hasNoZeroToken() -
isDest
public boolean isDest() -
predict
-
reconstruct
public void reconstruct() -
setDest
public void setDest(int[][] dest) -
setDiff
public void setDiff(int[][] diff) -
setMode
public void setMode(int mode) -
setPixel
public void setPixel(int x, int y, int p) -
setPredict
public void setPredict(int[][] predict) -
toString
-