Package net.sourceforge.plantuml.webp
Class LoopFilter
java.lang.Object
net.sourceforge.plantuml.webp.LoopFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
filter_yes
(int I, int E, int p3, int p2, int p1, int p0, int q0, int q1, int q2, int q3) static boolean
hev
(int threshold, int p1, int p0, int q0, int q1) static void
loopFilter
(VP8Frame frame) static void
loopFilterSimple
(VP8Frame frame) static void
loopFilterUV
(VP8Frame frame) static void
loopFilterY
(VP8Frame frame) static void
subblock_filter
(int hev_threshold, int interior_limit, int edge_limit, Segment seg)
-
Constructor Details
-
LoopFilter
public LoopFilter()
-
-
Method Details
-
filter_yes
public static boolean filter_yes(int I, int E, int p3, int p2, int p1, int p0, int q0, int q1, int q2, int q3) -
hev
public static boolean hev(int threshold, int p1, int p0, int q0, int q1) -
loopFilter
-
loopFilterSimple
-
loopFilterUV
-
loopFilterY
-
subblock_filter
public static void subblock_filter(int hev_threshold, int interior_limit, int edge_limit, Segment seg)
-