FFmpeg  1.2.12
Data Fields
UnsharpContext Struct Reference

Data Fields

const AVClassclass
FilterParam luma
 luma parameters (width, height, amount)
FilterParam chroma
 chroma parameters (width, height, amount)
int hsub
int vsub
int luma_msize_x
int luma_msize_y
int chroma_msize_x
int chroma_msize_y
double luma_amount
double chroma_amount

Detailed Description

Definition at line 67 of file vf_unsharp.c.

Field Documentation

FilterParam UnsharpContext::chroma

chroma parameters (width, height, amount)

Definition at line 70 of file vf_unsharp.c.

Referenced by config_props(), filter_frame(), init(), and uninit().

double UnsharpContext::chroma_amount

Definition at line 73 of file vf_unsharp.c.

Referenced by init().

int UnsharpContext::chroma_msize_x

Definition at line 72 of file vf_unsharp.c.

Referenced by init().

int UnsharpContext::chroma_msize_y

Definition at line 72 of file vf_unsharp.c.

Referenced by init().

const AVClass* UnsharpContext::class

Definition at line 68 of file vf_unsharp.c.

Referenced by init().

int UnsharpContext::hsub

Definition at line 71 of file vf_unsharp.c.

Referenced by config_props(), and filter_frame().

FilterParam UnsharpContext::luma

luma parameters (width, height, amount)

Definition at line 69 of file vf_unsharp.c.

Referenced by config_props(), filter_frame(), init(), and uninit().

double UnsharpContext::luma_amount

Definition at line 73 of file vf_unsharp.c.

Referenced by init().

int UnsharpContext::luma_msize_x

Definition at line 72 of file vf_unsharp.c.

Referenced by init().

int UnsharpContext::luma_msize_y

Definition at line 72 of file vf_unsharp.c.

Referenced by init().

int UnsharpContext::vsub

Definition at line 71 of file vf_unsharp.c.

Referenced by config_props(), and filter_frame().


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