UnsharpContext Struct Reference

Data Fields

FilterParam luma
 luma parameters (width, height, amount)
FilterParam chroma
 chroma parameters (width, height, amount)
int hsub
int vsub

Detailed Description

Definition at line 64 of file vf_unsharp.c.

Field Documentation

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().

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().

int UnsharpContext::vsub

Definition at line 67 of file vf_unsharp.c.

Referenced by config_props(), and filter_frame().


The documentation for this struct was generated from the following file: