| FFmpeg
    | 
#include <unsharp.h>
| Data Fields | |
| const AVClass * | class | 
| int | lmsize_x | 
| int | lmsize_y | 
| int | cmsize_x | 
| int | cmsize_y | 
| float | lamount | 
| float | camount | 
| UnsharpFilterParam | luma | 
| luma parameters (width, height, amount)  More... | |
| UnsharpFilterParam | chroma | 
| chroma parameters (width, height, amount)  More... | |
| int | hsub | 
| int | vsub | 
| int | opencl | 
| int(* | apply_unsharp )(AVFilterContext *ctx, AVFrame *in, AVFrame *out) | 
| UnsharpFilterParam UnsharpContext::luma | 
luma parameters (width, height, amount)
Definition at line 75 of file unsharp.h.
Referenced by apply_unsharp_c(), config_props(), ff_opencl_apply_unsharp(), ff_opencl_unsharp_init(), generate_mask(), init(), and uninit().
| UnsharpFilterParam UnsharpContext::chroma | 
chroma parameters (width, height, amount)
Definition at line 76 of file unsharp.h.
Referenced by apply_unsharp_c(), config_props(), ff_opencl_apply_unsharp(), ff_opencl_unsharp_init(), generate_mask(), init(), and uninit().
| int UnsharpContext::hsub | 
Definition at line 77 of file unsharp.h.
Referenced by apply_unsharp_c(), config_props(), and ff_opencl_apply_unsharp().
| int UnsharpContext::vsub | 
Definition at line 77 of file unsharp.h.
Referenced by apply_unsharp_c(), config_props(), ff_opencl_apply_unsharp(), and ff_opencl_unsharp_process_inout_buf().
| int UnsharpContext::opencl | 
Definition at line 78 of file unsharp.h.
Referenced by filter_frame(), init(), and uninit().
Definition at line 82 of file unsharp.h.
Referenced by filter_frame(), and init().
 1.8.6
 1.8.6