FFmpeg
|
#include <pullup.h>
Data Fields | |
int | parity |
struct pullup_buffer * | buffer |
unsigned int | flags |
int | breaks |
int | affinity |
int * | diffs |
int * | comb |
int * | var |
struct pullup_field * | prev |
struct pullup_field * | next |
int pullup_field::parity |
Definition at line 42 of file pullup.h.
Referenced by ff_pullup_flush_fields(), ff_pullup_get_buffer(), ff_pullup_get_frame(), and ff_pullup_submit_field().
struct pullup_buffer* pullup_field::buffer |
Definition at line 43 of file pullup.h.
Referenced by compute_affinity(), compute_breaks(), compute_metric(), ff_pullup_flush_fields(), ff_pullup_get_buffer(), ff_pullup_get_frame(), and ff_pullup_submit_field().
unsigned int pullup_field::flags |
Definition at line 44 of file pullup.h.
Referenced by compute_affinity(), compute_breaks(), and ff_pullup_submit_field().
int pullup_field::breaks |
Definition at line 45 of file pullup.h.
Referenced by compute_breaks(), decide_frame_length(), ff_pullup_submit_field(), find_first_break(), and print_aff_and_breaks().
int pullup_field::affinity |
Definition at line 46 of file pullup.h.
Referenced by compute_affinity(), decide_frame_length(), ff_pullup_get_frame(), ff_pullup_submit_field(), and print_aff_and_breaks().
int* pullup_field::diffs |
Definition at line 47 of file pullup.h.
Referenced by alloc_metrics(), compute_breaks(), ff_pullup_free_context(), and ff_pullup_submit_field().
int* pullup_field::comb |
Definition at line 48 of file pullup.h.
Referenced by alloc_metrics(), compute_affinity(), and ff_pullup_free_context().
int* pullup_field::var |
Definition at line 49 of file pullup.h.
Referenced by alloc_metrics(), and compute_affinity().
struct pullup_field* pullup_field::prev |
Definition at line 50 of file pullup.h.
Referenced by check_field_queue(), compute_affinity(), decide_frame_length(), ff_pullup_free_context(), ff_pullup_submit_field(), and make_field_queue().
struct pullup_field * pullup_field::next |
Definition at line 50 of file pullup.h.
Referenced by check_field_queue(), compute_affinity(), compute_breaks(), decide_frame_length(), ff_pullup_flush_fields(), ff_pullup_free_context(), ff_pullup_get_frame(), ff_pullup_submit_field(), find_first_break(), foo(), make_field_queue(), print_aff_and_breaks(), and queue_length().