FilterParam Struct Reference


Data Fields

int msize_x
 matrix width
int msize_y
 matrix height
int amount
 effect amount
int steps_x
 horizontal step count
int steps_y
 vertical step count
int scalebits
 bits to shift pixel
int32_t halfscale
 amount to add to pixel
uint32_t * sc [(MAX_SIZE *MAX_SIZE)-1]
 finite state machine storage

Detailed Description

Definition at line 50 of file vf_unsharp.c.


Field Documentation

effect amount

Definition at line 53 of file vf_unsharp.c.

Referenced by init_filter_param(), set_filter_param(), and unsharpen().

amount to add to pixel

Definition at line 57 of file vf_unsharp.c.

Referenced by set_filter_param(), and unsharpen().

matrix width

Definition at line 51 of file vf_unsharp.c.

Referenced by init_filter_param(), and set_filter_param().

matrix height

Definition at line 52 of file vf_unsharp.c.

Referenced by init_filter_param(), and set_filter_param().

uint32_t* FilterParam::sc[(MAX_SIZE *MAX_SIZE)-1]

finite state machine storage

Definition at line 58 of file vf_unsharp.c.

Referenced by free_filter_param(), init_filter_param(), and unsharpen().

bits to shift pixel

Definition at line 56 of file vf_unsharp.c.

Referenced by set_filter_param(), and unsharpen().

horizontal step count

Definition at line 54 of file vf_unsharp.c.

Referenced by init_filter_param(), set_filter_param(), and unsharpen().

vertical step count

Definition at line 55 of file vf_unsharp.c.

Referenced by free_filter_param(), init_filter_param(), set_filter_param(), and unsharpen().


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

Generated on Fri Oct 26 02:36:57 2012 for FFmpeg by  doxygen 1.5.8