FFmpeg
|
#include <vf_pullup.h>
Data Fields | |
int | parity |
PullupBuffer * | buffer |
unsigned | flags |
int | breaks |
int | affinity |
int * | diffs |
int * | combs |
int * | vars |
struct PullupField * | prev |
struct PullupField * | next |
Definition at line 29 of file vf_pullup.h.
int PullupField::parity |
Definition at line 30 of file vf_pullup.h.
Referenced by pullup_get_buffer(), pullup_get_frame(), and pullup_submit_field().
PullupBuffer* PullupField::buffer |
Definition at line 31 of file vf_pullup.h.
Referenced by compute_affinity(), compute_breaks(), compute_metric(), pullup_get_buffer(), pullup_get_frame(), and pullup_submit_field().
unsigned PullupField::flags |
Definition at line 32 of file vf_pullup.h.
Referenced by compute_affinity(), compute_breaks(), and pullup_submit_field().
int PullupField::breaks |
Definition at line 33 of file vf_pullup.h.
Referenced by compute_breaks(), decide_frame_length(), find_first_break(), and pullup_submit_field().
int PullupField::affinity |
Definition at line 34 of file vf_pullup.h.
Referenced by compute_affinity(), decide_frame_length(), pullup_get_frame(), and pullup_submit_field().
int* PullupField::diffs |
Definition at line 35 of file vf_pullup.h.
Referenced by alloc_metrics(), compute_breaks(), pullup_submit_field(), and uninit().
int* PullupField::combs |
Definition at line 36 of file vf_pullup.h.
Referenced by alloc_metrics(), compute_affinity(), pullup_submit_field(), and uninit().
int* PullupField::vars |
Definition at line 37 of file vf_pullup.h.
Referenced by alloc_metrics(), compute_affinity(), and uninit().
struct PullupField* PullupField::prev |
Definition at line 38 of file vf_pullup.h.
Referenced by check_field_queue(), compute_affinity(), decide_frame_length(), make_field_queue(), pullup_submit_field(), and uninit().
struct PullupField * PullupField::next |
Definition at line 38 of file vf_pullup.h.
Referenced by check_field_queue(), compute_affinity(), compute_breaks(), decide_frame_length(), find_first_break(), make_field_queue(), pullup_get_frame(), pullup_submit_field(), queue_length(), and uninit().