Class VP8Frame
java.lang.Object
com.twelvemonkeys.imageio.plugins.webp.vp8.VP8Frame
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandecode(WritableRaster raster, ImageReadParam param) com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlockgetAboveRightSubBlock(com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock sb, com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock.Plane plane) com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlockgetAboveSubBlock(com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock sb, com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock.Plane plane) intintcom.twelvemonkeys.imageio.plugins.webp.vp8.SubBlockgetLeftSubBlock(com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock sb, com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock.Plane plane) com.twelvemonkeys.imageio.plugins.webp.vp8.MacroBlockgetMacroBlock(int mbCol, int mbRow) intgetMacroBlockDebugString(int mbx, int mby, int sbx, int sby) intintcom.twelvemonkeys.imageio.plugins.webp.vp8.SegmentQuantsintcom.twelvemonkeys.imageio.plugins.webp.vp8.BoolDecoderintgetWidth()voidsetProgressListener(IIOReadProgressListener listener)
-
Constructor Details
-
VP8Frame
- Throws:
IOException
-
-
Method Details
-
setProgressListener
-
decode
- Throws:
IOException
-
getAboveRightSubBlock
public com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock getAboveRightSubBlock(com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock sb, com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock.Plane plane) -
getAboveSubBlock
public com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock getAboveSubBlock(com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock sb, com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock.Plane plane) -
getDebugImageDiff
-
getDebugImagePredict
-
getDebugImageUBuffer
-
getDebugImageUDiffBuffer
-
getDebugImageUPredBuffer
-
getDebugImageVBuffer
-
getDebugImageVDiffBuffer
-
getDebugImageVPredBuffer
-
getDebugImageYBuffer
-
getDebugImageYDiffBuffer
-
getDebugImageYPredBuffer
-
getFrameType
public int getFrameType() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getLeftSubBlock
public com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock getLeftSubBlock(com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock sb, com.twelvemonkeys.imageio.plugins.webp.vp8.SubBlock.Plane plane) -
getMacroBlock
public com.twelvemonkeys.imageio.plugins.webp.vp8.MacroBlock getMacroBlock(int mbCol, int mbRow) -
getMacroBlockCols
public int getMacroBlockCols() -
getMacroBlockDebugString
-
getMacroBlockRows
public int getMacroBlockRows() -
getQIndex
public int getQIndex() -
getSegmentQuants
public com.twelvemonkeys.imageio.plugins.webp.vp8.SegmentQuants getSegmentQuants() -
getSharpnessLevel
public int getSharpnessLevel() -
getTokenBoolDecoder
public com.twelvemonkeys.imageio.plugins.webp.vp8.BoolDecoder getTokenBoolDecoder() throws IOException- Throws:
IOException
-