Uses of Class
com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock.Plane
-
Packages that use SubBlock.Plane Package Description com.twelvemonkeys.imageio.plugins.webp.vp8 -
-
Uses of SubBlock.Plane in com.twelvemonkeys.imageio.plugins.webp.vp8
Fields in com.twelvemonkeys.imageio.plugins.webp.vp8 declared as SubBlock.Plane Modifier and Type Field Description private SubBlock.Plane
SubBlock. plane
Methods in com.twelvemonkeys.imageio.plugins.webp.vp8 that return SubBlock.Plane Modifier and Type Method Description SubBlock.Plane
SubBlock. getPlane()
static SubBlock.Plane
SubBlock.Plane. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SubBlock.Plane[]
SubBlock.Plane. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twelvemonkeys.imageio.plugins.webp.vp8 with parameters of type SubBlock.Plane Modifier and Type Method Description private boolean
MacroBlock. decodePlaneTokens(VP8Frame frame, int dimentions, SubBlock.Plane plane, boolean withY2)
SubBlock
VP8Frame. getAboveRightSubBlock(SubBlock sb, SubBlock.Plane plane)
SubBlock
VP8Frame. getAboveSubBlock(SubBlock sb, SubBlock.Plane plane)
SubBlock
MacroBlock. getBottomSubBlock(int x, SubBlock.Plane plane)
SubBlock
MacroBlock. getLeftSubBlock(int y, SubBlock.Plane plane)
SubBlock
VP8Frame. getLeftSubBlock(SubBlock sb, SubBlock.Plane plane)
SubBlock
MacroBlock. getRightSubBlock(int y, SubBlock.Plane plane)
SubBlock
MacroBlock. getSubBlock(SubBlock.Plane plane, int i, int j)
static int
SubBlock. planeToType(SubBlock.Plane plane, boolean withY2)
Constructors in com.twelvemonkeys.imageio.plugins.webp.vp8 with parameters of type SubBlock.Plane Constructor Description SubBlock(MacroBlock macroBlock, SubBlock above, SubBlock left, SubBlock.Plane plane)
-