FFmpeg
|
Data Fields | |
const AVClass * | class |
int | mode |
0 is frame, 1 is field More... | |
int | parity |
frame field parity More... | |
int | deint |
which frames to deinterlace More... | |
int | rslope |
best edge slope search radius More... | |
int | redge |
best edge match search radius More... | |
int | ecost |
edge cost for edge matching More... | |
int | mcost |
middle cost for edge matching More... | |
int | dcost |
distance cost for edge matching More... | |
int | interp |
type of interpolation More... | |
int | linesize [4] |
bytes of pixel data per line for each plane More... | |
int | planewidth [4] |
width of each plane More... | |
int | planeheight [4] |
height of each plane More... | |
int | field |
which field are we on, 0 or 1 More... | |
int | eof |
int | depth |
int | max |
int | nb_planes |
int | nb_threads |
AVFrame * | prev |
void(* | interpolate )(struct ESTDIFContext *s, uint8_t *dst, const uint8_t *prev_line, const uint8_t *next_line, const uint8_t *prev2_line, const uint8_t *next2_line, const uint8_t *prev3_line, const uint8_t *next3_line, int x, int width, int rslope, int redge, int depth, int *K) |
unsigned(* | mid_8 [3])(const uint8_t *const prev, const uint8_t *const next, const uint8_t *const prev2, const uint8_t *const next2, const uint8_t *const prev3, const uint8_t *const next3, int end, int x, int k, int depth) |
unsigned(* | mid_16 [3])(const uint16_t *const prev, const uint16_t *const next, const uint16_t *const prev2, const uint16_t *const next2, const uint16_t *const prev3, const uint16_t *const next3, int end, int x, int k, int depth) |
Definition at line 29 of file vf_estdif.c.
const AVClass* ESTDIFContext::class |
Definition at line 30 of file vf_estdif.c.
int ESTDIFContext::mode |
0 is frame, 1 is field
Definition at line 32 of file vf_estdif.c.
int ESTDIFContext::parity |
frame field parity
Definition at line 33 of file vf_estdif.c.
int ESTDIFContext::deint |
which frames to deinterlace
Definition at line 34 of file vf_estdif.c.
int ESTDIFContext::rslope |
best edge slope search radius
Definition at line 35 of file vf_estdif.c.
int ESTDIFContext::redge |
best edge match search radius
Definition at line 36 of file vf_estdif.c.
int ESTDIFContext::ecost |
edge cost for edge matching
Definition at line 37 of file vf_estdif.c.
int ESTDIFContext::mcost |
middle cost for edge matching
Definition at line 38 of file vf_estdif.c.
int ESTDIFContext::dcost |
distance cost for edge matching
Definition at line 39 of file vf_estdif.c.
int ESTDIFContext::interp |
type of interpolation
Definition at line 40 of file vf_estdif.c.
int ESTDIFContext::linesize[4] |
bytes of pixel data per line for each plane
Definition at line 41 of file vf_estdif.c.
int ESTDIFContext::planewidth[4] |
width of each plane
Definition at line 42 of file vf_estdif.c.
int ESTDIFContext::planeheight[4] |
height of each plane
Definition at line 43 of file vf_estdif.c.
int ESTDIFContext::field |
which field are we on, 0 or 1
Definition at line 44 of file vf_estdif.c.
int ESTDIFContext::eof |
Definition at line 45 of file vf_estdif.c.
int ESTDIFContext::depth |
Definition at line 46 of file vf_estdif.c.
int ESTDIFContext::max |
Definition at line 47 of file vf_estdif.c.
int ESTDIFContext::nb_planes |
Definition at line 48 of file vf_estdif.c.
int ESTDIFContext::nb_threads |
Definition at line 49 of file vf_estdif.c.
AVFrame* ESTDIFContext::prev |
Definition at line 50 of file vf_estdif.c.
void(* ESTDIFContext::interpolate) (struct ESTDIFContext *s, uint8_t *dst, const uint8_t *prev_line, const uint8_t *next_line, const uint8_t *prev2_line, const uint8_t *next2_line, const uint8_t *prev3_line, const uint8_t *next3_line, int x, int width, int rslope, int redge, int depth, int *K) |
Definition at line 52 of file vf_estdif.c.
unsigned(* ESTDIFContext::mid_8[3])(const uint8_t *const prev, const uint8_t *const next, const uint8_t *const prev2, const uint8_t *const next2, const uint8_t *const prev3, const uint8_t *const next3, int end, int x, int k, int depth) |
Definition at line 59 of file vf_estdif.c.
unsigned(* ESTDIFContext::mid_16[3])(const uint16_t *const prev, const uint16_t *const next, const uint16_t *const prev2, const uint16_t *const next2, const uint16_t *const prev3, const uint16_t *const next3, int end, int x, int k, int depth) |
Definition at line 67 of file vf_estdif.c.