public class LoopFilter extends Object
Constructor and Description |
---|
LoopFilter() |
Modifier and Type | Method and Description |
---|---|
static 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) |
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)
public static boolean hev(int threshold, int p1, int p0, int q0, int q1)
public static void loopFilter(VP8Frame frame)
public static void loopFilterSimple(VP8Frame frame)
public static void loopFilterUV(VP8Frame frame)
public static void loopFilterY(VP8Frame frame)
public static void subblock_filter(int hev_threshold, int interior_limit, int edge_limit, Segment seg)
Copyright © 2016. All Rights Reserved.