FFmpeg
|
Data Fields | |
const AVClass * | class |
int | frame |
frame count, starting from 0 | |
int | thresh |
int | map |
int | order |
int | sharp |
int | twoway |
int | vsub |
int | is_packed_rgb |
uint8_t * | tmp_data [4] |
temporary plane data buffer | |
int | tmp_linesize [4] |
temporary plane byte linesize | |
int | tmp_bwidth [4] |
temporary plane byte width | |
Definition at line 38 of file vf_kerndeint.c.
const AVClass* KerndeintContext::class |
Definition at line 39 of file vf_kerndeint.c.
int KerndeintContext::frame |
frame count, starting from 0
Definition at line 40 of file vf_kerndeint.c.
Referenced by filter_frame().
int KerndeintContext::thresh |
Definition at line 41 of file vf_kerndeint.c.
Referenced by filter_frame().
int KerndeintContext::map |
Definition at line 41 of file vf_kerndeint.c.
Referenced by filter_frame().
int KerndeintContext::order |
Definition at line 41 of file vf_kerndeint.c.
Referenced by filter_frame().
int KerndeintContext::sharp |
Definition at line 41 of file vf_kerndeint.c.
Referenced by filter_frame().
int KerndeintContext::twoway |
Definition at line 41 of file vf_kerndeint.c.
Referenced by filter_frame().
int KerndeintContext::vsub |
Definition at line 42 of file vf_kerndeint.c.
Referenced by config_props(), and filter_frame().
int KerndeintContext::is_packed_rgb |
Definition at line 43 of file vf_kerndeint.c.
Referenced by config_props(), and filter_frame().
uint8_t* KerndeintContext::tmp_data[4] |
temporary plane data buffer
Definition at line 44 of file vf_kerndeint.c.
Referenced by config_props(), filter_frame(), and uninit().
int KerndeintContext::tmp_linesize[4] |
temporary plane byte linesize
Definition at line 45 of file vf_kerndeint.c.
Referenced by config_props(), and filter_frame().
int KerndeintContext::tmp_bwidth[4] |
temporary plane byte width
Definition at line 46 of file vf_kerndeint.c.
Referenced by config_props(), and filter_frame().