FFmpeg
|
Data Fields | |
FilterParam | luma |
luma parameters (width, height, amount) | |
FilterParam | chroma |
chroma parameters (width, height, amount) | |
int | hsub |
int | vsub |
Definition at line 64 of file vf_unsharp.c.
FilterParam UnsharpContext::luma |
luma parameters (width, height, amount)
Definition at line 65 of file vf_unsharp.c.
Referenced by config_props(), filter_frame(), init(), and uninit().
FilterParam UnsharpContext::chroma |
chroma parameters (width, height, amount)
Definition at line 66 of file vf_unsharp.c.
Referenced by config_props(), filter_frame(), init(), and uninit().
int UnsharpContext::hsub |
Definition at line 67 of file vf_unsharp.c.
Referenced by config_props(), and filter_frame().
int UnsharpContext::vsub |
Definition at line 67 of file vf_unsharp.c.
Referenced by config_props(), and filter_frame().