| Data Fields | |
| int | interleave | 
| int | swap | 
| int | strength | 
| int | uniform | 
| int | temporal | 
| int | quality | 
| int | averaged | 
| int | pattern | 
| int | shiftptr | 
| int8_t * | noise | 
| int8_t * | prev_shift [MAX_RES][3] | 
| float | radius | 
| float | preFilterRadius | 
| float | strength | 
| float | quality | 
| struct SwsContext * | preFilterContext | 
| uint8_t * | preFilterBuf | 
| int | preFilterStride | 
| int | distWidth | 
| int | distStride | 
| int * | distCoeff | 
| int | colorDiffCoeff [512] | 
| int | msizeX | 
| int | msizeY | 
| double | amount | 
| uint32_t * | SC [MAX_MATRIX_SIZE-1] | 
| int | radius | 
| int | power | 
| int | threshold | 
| struct SwsContext * | filter_context | 
| 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 36 of file vf_il.c.
| double FilterParam::amount | 
Definition at line 48 of file vf_unsharp.c.
Referenced by apply_unsharp(), config(), init_filter_param(), parse(), set_filter_param(), unsharp(), and vf_open().
| struct SwsContext* FilterParam::filter_context  [read] | 
Definition at line 49 of file vf_smartblur.c.
Referenced by alloc_sws_context(), end_frame(), and uninit().
| int32_t FilterParam::halfscale | 
amount to add to pixel
Definition at line 60 of file vf_unsharp.c.
Referenced by apply_unsharp(), and set_filter_param().
matrix width
Definition at line 54 of file vf_unsharp.c.
Referenced by init_filter_param(), and set_filter_param().
matrix height
Definition at line 55 of file vf_unsharp.c.
Referenced by init_filter_param(), and set_filter_param().
| int8_t* FilterParam::noise | 
| struct SwsContext* FilterParam::preFilterContext  [read] | 
| int8_t* FilterParam::prev_shift[MAX_RES][3] | 
| float FilterParam::quality | 
| float FilterParam::quality | 
Definition at line 57 of file vf_noise.c.
Referenced by alloc_sws_context(), allocStuff(), init(), noise(), parse(), and vf_open().
Definition at line 58 of file vf_boxblur.c.
| float FilterParam::radius | 
Definition at line 45 of file vf_sab.c.
Referenced by alloc_sws_context(), allocStuff(), config_input(), init(), and vf_open().
| uint32_t* FilterParam::sc[(MAX_SIZE *MAX_SIZE)-1] | 
finite state machine storage
Definition at line 61 of file vf_unsharp.c.
Referenced by apply_unsharp(), free_filter_param(), and init_filter_param().
| uint32_t* FilterParam::SC[MAX_MATRIX_SIZE-1] | 
bits to shift pixel
Definition at line 59 of file vf_unsharp.c.
Referenced by apply_unsharp(), and set_filter_param().
horizontal step count
Definition at line 57 of file vf_unsharp.c.
Referenced by apply_unsharp(), init_filter_param(), and set_filter_param().
vertical step count
Definition at line 58 of file vf_unsharp.c.
Referenced by apply_unsharp(), free_filter_param(), init_filter_param(), and set_filter_param().
| float FilterParam::strength | 
| float FilterParam::strength | 
Definition at line 54 of file vf_noise.c.
Referenced by alloc_sws_context(), allocStuff(), init(), initNoise(), parse(), and vf_open().
 1.5.8
 1.5.8