|
FFmpeg
|
#include <vf_idet.h>
Data Fields | |
| const AVClass * | class |
| float | interlace_threshold |
| float | progressive_threshold |
| Type | last_type |
| int | prestat [4] |
| int | poststat [4] |
| uint8_t | history [HIST_SIZE] |
| AVFrame * | cur |
| AVFrame * | next |
| AVFrame * | prev |
| ff_idet_filter_func | filter_line |
| const AVPixFmtDescriptor * | csp |
| float IDETContext::interlace_threshold |
| float IDETContext::progressive_threshold |
| Type IDETContext::last_type |
| int IDETContext::prestat[4] |
| int IDETContext::poststat[4] |
| AVFrame* IDETContext::cur |
Definition at line 47 of file vf_idet.h.
Referenced by filter(), filter_frame(), and uninit().
| AVFrame* IDETContext::next |
Definition at line 48 of file vf_idet.h.
Referenced by filter(), filter_frame(), and uninit().
| AVFrame* IDETContext::prev |
Definition at line 49 of file vf_idet.h.
Referenced by filter(), filter_frame(), and uninit().
| ff_idet_filter_func IDETContext::filter_line |
Definition at line 50 of file vf_idet.h.
Referenced by ff_idet_init_x86(), filter(), filter_frame(), and init().
| const AVPixFmtDescriptor* IDETContext::csp |
Definition at line 52 of file vf_idet.h.
Referenced by filter(), and filter_frame().
1.8.2