Data Fields | |
int | radius |
int | power |
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 |
Definition at line 53 of file vf_boxblur.c.
int FilterParam::amount |
effect amount
Definition at line 53 of file vf_unsharp.c.
Referenced by apply_unsharp(), init_filter_param(), and set_filter_param().
int32_t FilterParam::halfscale |
amount to add to pixel
Definition at line 57 of file vf_unsharp.c.
Referenced by apply_unsharp(), and set_filter_param().
int FilterParam::msize_x |
matrix width
Definition at line 51 of file vf_unsharp.c.
Referenced by init_filter_param(), and set_filter_param().
int FilterParam::msize_y |
matrix height
Definition at line 52 of file vf_unsharp.c.
Referenced by init_filter_param(), and set_filter_param().
int FilterParam::power |
Definition at line 55 of file vf_boxblur.c.
Referenced by config_input(), and init().
int FilterParam::radius |
Definition at line 54 of file vf_boxblur.c.
Referenced by config_input().
finite state machine storage
Definition at line 58 of file vf_unsharp.c.
Referenced by apply_unsharp(), free_filter_param(), and init_filter_param().
int FilterParam::scalebits |
bits to shift pixel
Definition at line 56 of file vf_unsharp.c.
Referenced by apply_unsharp(), and set_filter_param().
int FilterParam::steps_x |
horizontal step count
Definition at line 54 of file vf_unsharp.c.
Referenced by apply_unsharp(), init_filter_param(), and set_filter_param().
int FilterParam::steps_y |
vertical step count
Definition at line 55 of file vf_unsharp.c.
Referenced by apply_unsharp(), free_filter_param(), init_filter_param(), and set_filter_param().