#include <unsharp.h>
|
| const AVClass * | class |
| |
| int | lmsize_x |
| |
| int | lmsize_y |
| |
| int | cmsize_x |
| |
| int | cmsize_y |
| |
| int | amsize_x |
| |
| int | amsize_y |
| |
| float | lamount |
| |
| float | camount |
| |
| float | aamount |
| |
| UnsharpFilterParam | luma |
| | luma parameters (width, height, amount) More...
|
| |
| UnsharpFilterParam | chroma |
| | chroma parameters (width, height, amount) More...
|
| |
| UnsharpFilterParam | alpha |
| | alpha parameters (width, height, amount) More...
|
| |
| int | hsub |
| |
| int | vsub |
| |
| int | nb_planes |
| |
| int | bitdepth |
| |
| int | bps |
| |
| int | nb_threads |
| |
| int(* | apply_unsharp )(AVFilterContext *ctx, AVFrame *in, AVFrame *out) |
| |
| int(* | unsharp_slice )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
| |
Definition at line 44 of file unsharp.h.
◆ class
| const AVClass* UnsharpContext::class |
◆ lmsize_x
| int UnsharpContext::lmsize_x |
◆ lmsize_y
| int UnsharpContext::lmsize_y |
◆ cmsize_x
| int UnsharpContext::cmsize_x |
◆ cmsize_y
| int UnsharpContext::cmsize_y |
◆ amsize_x
| int UnsharpContext::amsize_x |
◆ amsize_y
| int UnsharpContext::amsize_y |
◆ lamount
| float UnsharpContext::lamount |
◆ camount
| float UnsharpContext::camount |
◆ aamount
| float UnsharpContext::aamount |
◆ luma
luma parameters (width, height, amount)
Definition at line 50 of file unsharp.h.
◆ chroma
chroma parameters (width, height, amount)
Definition at line 51 of file unsharp.h.
◆ alpha
alpha parameters (width, height, amount)
Definition at line 52 of file unsharp.h.
◆ hsub
◆ vsub
◆ nb_planes
| int UnsharpContext::nb_planes |
◆ bitdepth
| int UnsharpContext::bitdepth |
◆ bps
◆ nb_threads
| int UnsharpContext::nb_threads |
◆ apply_unsharp
◆ unsharp_slice
The documentation for this struct was generated from the following file: