PullupField 114 libavfilter/vf_pullup.c static int alloc_metrics(PullupContext *s, PullupField *f) PullupField 129 libavfilter/vf_pullup.c static void free_field_queue(PullupField *head) PullupField 131 libavfilter/vf_pullup.c PullupField *f = head; PullupField 133 libavfilter/vf_pullup.c PullupField *next; PullupField 146 libavfilter/vf_pullup.c static PullupField *make_field_queue(PullupContext *s, int len) PullupField 148 libavfilter/vf_pullup.c PullupField *head, *f; PullupField 302 libavfilter/vf_pullup.c static int queue_length(PullupField *begin, PullupField *end) PullupField 304 libavfilter/vf_pullup.c PullupField *f; PullupField 316 libavfilter/vf_pullup.c static int find_first_break(PullupField *f, int max) PullupField 329 libavfilter/vf_pullup.c static void compute_breaks(PullupContext *s, PullupField *f0) PullupField 331 libavfilter/vf_pullup.c PullupField *f1 = f0->next; PullupField 332 libavfilter/vf_pullup.c PullupField *f2 = f1->next; PullupField 333 libavfilter/vf_pullup.c PullupField *f3 = f2->next; PullupField 370 libavfilter/vf_pullup.c static void compute_affinity(PullupContext *s, PullupField *f) PullupField 416 libavfilter/vf_pullup.c PullupField *f0 = s->first; PullupField 417 libavfilter/vf_pullup.c PullupField *f1 = f0->next; PullupField 418 libavfilter/vf_pullup.c PullupField *f2 = f1->next; PullupField 419 libavfilter/vf_pullup.c PullupField *f; PullupField 533 libavfilter/vf_pullup.c PullupField *fa, int pa, PullupField *fb, int pb, PullupField 568 libavfilter/vf_pullup.c PullupField *f = av_mallocz(sizeof(*f)); PullupField 589 libavfilter/vf_pullup.c PullupField *f; PullupField 38 libavfilter/vf_pullup.h struct PullupField *prev, *next; PullupField 60 libavfilter/vf_pullup.h PullupField *first, *last, *head;