Uses of Class
net.sourceforge.plantuml.webp.VP8Frame
Packages that use VP8Frame
-
Uses of VP8Frame in net.sourceforge.plantuml.webp
Methods in net.sourceforge.plantuml.webp that return VP8FrameMethods in net.sourceforge.plantuml.webp with parameters of type VP8FrameModifier and TypeMethodDescriptionvoid
MacroBlock.decodeMacroBlock
(VP8Frame frame) void
MacroBlock.dequantMacroBlock
(VP8Frame frame) void
SubBlock.dequantSubBlock
(VP8Frame frame, Integer Dc) static void
LoopFilter.loopFilter
(VP8Frame frame) static void
LoopFilter.loopFilterSimple
(VP8Frame frame) static void
LoopFilter.loopFilterUV
(VP8Frame frame) static void
LoopFilter.loopFilterY
(VP8Frame frame) void
void
void
void
VP8Decoder.writePGMFile
(String fileName, VP8Frame frame) void
VP8Decoder.writeYV12File
(String fileName, VP8Frame frame)