|
FFmpeg
4.0
|
Data Fields | |
| const AVClass * | class |
| uint8_t | blackpt [4] |
| uint8_t | whitept [4] |
| int | smoothing |
| float | independence |
| float | strength |
| int | co [4] |
| int | num_components |
| int | history_len |
| int | frame_num |
| struct { | |
| uint8_t * history | |
| uint32_t history_sum | |
| } | min [3] |
| struct { | |
| uint8_t * history | |
| uint32_t history_sum | |
| } | max [3] |
| uint8_t * | history_mem |
Definition at line 83 of file vf_normalize.c.
| const AVClass* NormalizeContext::class |
Definition at line 84 of file vf_normalize.c.
| uint8_t NormalizeContext::blackpt[4] |
Definition at line 87 of file vf_normalize.c.
Referenced by normalize().
| uint8_t NormalizeContext::whitept[4] |
Definition at line 88 of file vf_normalize.c.
Referenced by normalize().
| int NormalizeContext::smoothing |
Definition at line 89 of file vf_normalize.c.
Referenced by config_input().
| float NormalizeContext::independence |
Definition at line 90 of file vf_normalize.c.
Referenced by normalize().
| float NormalizeContext::strength |
Definition at line 91 of file vf_normalize.c.
Referenced by normalize().
| int NormalizeContext::co[4] |
Definition at line 93 of file vf_normalize.c.
Referenced by config_input(), and normalize().
| int NormalizeContext::num_components |
Definition at line 94 of file vf_normalize.c.
Referenced by config_input(), and normalize().
| int NormalizeContext::history_len |
Definition at line 95 of file vf_normalize.c.
Referenced by config_input(), and normalize().
| int NormalizeContext::frame_num |
Definition at line 96 of file vf_normalize.c.
Referenced by normalize().
| uint8_t* NormalizeContext::history |
Definition at line 100 of file vf_normalize.c.
Referenced by config_input(), and normalize().
| uint32_t NormalizeContext::history_sum |
Definition at line 101 of file vf_normalize.c.
Referenced by normalize().
| struct { ... } NormalizeContext::min[3] |
Referenced by config_input(), and normalize().
| struct { ... } NormalizeContext::max[3] |
Referenced by config_input(), and normalize().
| uint8_t* NormalizeContext::history_mem |
Definition at line 103 of file vf_normalize.c.
Referenced by config_input(), and uninit().
1.8.13