Uses of Enum
com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock.Plane
Packages that use SubBlock.Plane
-
Uses of SubBlock.Plane in com.twelvemonkeys.imageio.plugins.webp.vp8
Fields in com.twelvemonkeys.imageio.plugins.webp.vp8 declared as SubBlock.PlaneMethods in com.twelvemonkeys.imageio.plugins.webp.vp8 that return SubBlock.PlaneModifier and TypeMethodDescriptionSubBlock.getPlane()
static SubBlock.Plane
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.PlaneModifier and TypeMethodDescriptionprivate boolean
MacroBlock.decodePlaneTokens
(VP8Frame frame, int dimentions, SubBlock.Plane plane, boolean withY2) VP8Frame.getAboveRightSubBlock
(SubBlock sb, SubBlock.Plane plane) VP8Frame.getAboveSubBlock
(SubBlock sb, SubBlock.Plane plane) MacroBlock.getBottomSubBlock
(int x, SubBlock.Plane plane) MacroBlock.getLeftSubBlock
(int y, SubBlock.Plane plane) VP8Frame.getLeftSubBlock
(SubBlock sb, SubBlock.Plane plane) MacroBlock.getRightSubBlock
(int y, SubBlock.Plane plane) 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.PlaneModifierConstructorDescription(package private)
SubBlock
(MacroBlock macroBlock, SubBlock above, SubBlock left, SubBlock.Plane plane)