Data Fields | |
FilterParam | luma |
luma parameters (width, height, amount) | |
FilterParam | chroma |
chroma parameters (width, height, amount) | |
int | hsub |
int | vsub |
Definition at line 61 of file vf_unsharp.c.
FilterParam UnsharpContext::chroma |
chroma parameters (width, height, amount)
Definition at line 63 of file vf_unsharp.c.
Referenced by config_props(), end_frame(), init(), and uninit().
int UnsharpContext::hsub |
Definition at line 64 of file vf_unsharp.c.
Referenced by config_props(), and end_frame().
FilterParam UnsharpContext::luma |
luma parameters (width, height, amount)
Definition at line 62 of file vf_unsharp.c.
Referenced by config_props(), end_frame(), init(), and uninit().
int UnsharpContext::vsub |
Definition at line 64 of file vf_unsharp.c.
Referenced by config_props(), and end_frame().