Package | Description |
---|---|
org.jcodec.codecs.vpx |
Modifier and Type | Method and Description |
---|---|
static VP8Util.PLANE |
VP8Util.PLANE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VP8Util.PLANE[] |
VP8Util.PLANE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VPXMacroblock.Subblock |
VPXMacroblock.Subblock.getAbove(VP8Util.PLANE plane,
VPXMacroblock[][] mbs) |
VPXMacroblock.Subblock |
VPXMacroblock.getBottomSubblock(int x,
VP8Util.PLANE plane) |
VPXMacroblock.Subblock |
VPXMacroblock.Subblock.getLeft(VP8Util.PLANE p,
VPXMacroblock[][] mbs) |
VPXMacroblock.Subblock |
VPXMacroblock.getRightSubBlock(int y,
VP8Util.PLANE plane) |
static int |
VP8Util.planeToType(VP8Util.PLANE plane,
Boolean withY2) |
Constructor and Description |
---|
Subblock(VPXMacroblock self,
int row,
int col,
VP8Util.PLANE plane) |
Copyright © 2019. All rights reserved.