|
Libav
|
#include <yadif.h>
Data Fields | |
| const AVClass * | class |
| int | mode |
| 0: send 1 frame for each frame 1: send 1 frame for each field 2: like 0 but skips spatial interlacing check 3: like 1 but skips spatial interlacing check More... | |
| int | parity |
| 0: top field first 1: bottom field first -1: auto-detection More... | |
| int | frame_pending |
| int | auto_enable |
| 0: deinterlace all frames 1: only deinterlace frames marked as interlaced More... | |
| AVFrame * | cur |
| AVFrame * | next |
| AVFrame * | prev |
| AVFrame * | out |
| void(* | filter_line )(void *dst, void *prev, void *cur, void *next, int w, int prefs, int mrefs, int parity, int mode) |
| Required alignment for filter_line. More... | |
| void(* | filter_edges )(void *dst, void *prev, void *cur, void *next, int w, int prefs, int mrefs, int parity, int mode) |
| const AVPixFmtDescriptor * | csp |
| int | eof |
| int YADIFContext::mode |
0: send 1 frame for each frame 1: send 1 frame for each field 2: like 0 but skips spatial interlacing check 3: like 1 but skips spatial interlacing check
Definition at line 33 of file yadif.h.
Referenced by filter_slice(), poll_frame(), and return_frame().
| int YADIFContext::parity |
0: top field first 1: bottom field first -1: auto-detection
Definition at line 40 of file yadif.h.
Referenced by return_frame().
| int YADIFContext::frame_pending |
Definition at line 42 of file yadif.h.
Referenced by filter_frame(), poll_frame(), request_frame(), and return_frame().
| int YADIFContext::auto_enable |
0: deinterlace all frames 1: only deinterlace frames marked as interlaced
Definition at line 48 of file yadif.h.
Referenced by filter_frame(), and poll_frame().
| AVFrame* YADIFContext::cur |
Definition at line 50 of file yadif.h.
Referenced by filter_frame(), filter_slice(), request_frame(), return_frame(), and uninit().
| AVFrame* YADIFContext::next |
Definition at line 51 of file yadif.h.
Referenced by filter_frame(), filter_slice(), poll_frame(), request_frame(), return_frame(), and uninit().
| AVFrame* YADIFContext::prev |
Definition at line 52 of file yadif.h.
Referenced by filter_frame(), filter_slice(), and uninit().
| AVFrame* YADIFContext::out |
Definition at line 53 of file yadif.h.
Referenced by filter_frame(), and return_frame().
| void(* YADIFContext::filter_line)(void *dst, void *prev, void *cur, void *next, int w, int prefs, int mrefs, int parity, int mode) |
Required alignment for filter_line.
Definition at line 58 of file yadif.h.
Referenced by config_props(), ff_yadif_init_x86(), and filter_slice().
| void(* YADIFContext::filter_edges)(void *dst, void *prev, void *cur, void *next, int w, int prefs, int mrefs, int parity, int mode) |
Definition at line 61 of file yadif.h.
Referenced by config_props(), and filter_slice().
| const AVPixFmtDescriptor* YADIFContext::csp |
Definition at line 64 of file yadif.h.
Referenced by config_props(), filter(), and filter_slice().
| int YADIFContext::eof |
Definition at line 65 of file yadif.h.
Referenced by request_frame().
1.8.8