|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| float | threshold |
| float | elasticity |
| int | reference |
| int | planes |
| int | thr1 |
| int | thr2 |
| int | linesize [4] |
| int | planewidth [4] |
| int | planeheight [4] |
| int | nb_planes |
| int | depth |
| FFFrameSync | fs |
| void(* | limitdiff )(const uint8_t *filtered, uint8_t *dst, const uint8_t *source, const uint8_t *reference, int thr1, int thr2, int w, int depth) |
Definition at line 34 of file vf_limitdiff.c.
| const AVClass* LimitDiffContext::class |
Definition at line 35 of file vf_limitdiff.c.
| float LimitDiffContext::threshold |
Definition at line 37 of file vf_limitdiff.c.
| float LimitDiffContext::elasticity |
Definition at line 38 of file vf_limitdiff.c.
| int LimitDiffContext::reference |
Definition at line 39 of file vf_limitdiff.c.
| int LimitDiffContext::planes |
Definition at line 40 of file vf_limitdiff.c.
| int LimitDiffContext::thr1 |
Definition at line 42 of file vf_limitdiff.c.
| int LimitDiffContext::thr2 |
Definition at line 42 of file vf_limitdiff.c.
| int LimitDiffContext::linesize[4] |
Definition at line 44 of file vf_limitdiff.c.
| int LimitDiffContext::planewidth[4] |
Definition at line 45 of file vf_limitdiff.c.
| int LimitDiffContext::planeheight[4] |
Definition at line 45 of file vf_limitdiff.c.
| int LimitDiffContext::nb_planes |
Definition at line 46 of file vf_limitdiff.c.
| int LimitDiffContext::depth |
Definition at line 47 of file vf_limitdiff.c.
| FFFrameSync LimitDiffContext::fs |
Definition at line 48 of file vf_limitdiff.c.
| void(* LimitDiffContext::limitdiff) (const uint8_t *filtered, uint8_t *dst, const uint8_t *source, const uint8_t *reference, int thr1, int thr2, int w, int depth) |
Definition at line 50 of file vf_limitdiff.c.
1.8.17