PullupField       117 libavfilter/vf_pullup.c static int alloc_metrics(PullupContext *s, PullupField *f)
PullupField       132 libavfilter/vf_pullup.c static void free_field_queue(PullupField *head)
PullupField       134 libavfilter/vf_pullup.c     PullupField *f = head;
PullupField       136 libavfilter/vf_pullup.c         PullupField *next;
PullupField       149 libavfilter/vf_pullup.c static PullupField *make_field_queue(PullupContext *s, int len)
PullupField       151 libavfilter/vf_pullup.c     PullupField *head, *f;
PullupField       299 libavfilter/vf_pullup.c static int queue_length(PullupField *begin, PullupField *end)
PullupField       301 libavfilter/vf_pullup.c     PullupField *f;
PullupField       313 libavfilter/vf_pullup.c static int find_first_break(PullupField *f, int max)
PullupField       326 libavfilter/vf_pullup.c static void compute_breaks(PullupContext *s, PullupField *f0)
PullupField       328 libavfilter/vf_pullup.c     PullupField *f1 = f0->next;
PullupField       329 libavfilter/vf_pullup.c     PullupField *f2 = f1->next;
PullupField       330 libavfilter/vf_pullup.c     PullupField *f3 = f2->next;
PullupField       367 libavfilter/vf_pullup.c static void compute_affinity(PullupContext *s, PullupField *f)
PullupField       413 libavfilter/vf_pullup.c     PullupField *f0 = s->first;
PullupField       414 libavfilter/vf_pullup.c     PullupField *f1 = f0->next;
PullupField       415 libavfilter/vf_pullup.c     PullupField *f2 = f1->next;
PullupField       416 libavfilter/vf_pullup.c     PullupField *f;
PullupField       530 libavfilter/vf_pullup.c                            PullupField *fa, int pa, PullupField *fb, int pb,
PullupField       565 libavfilter/vf_pullup.c         PullupField *f = av_mallocz(sizeof(*f));
PullupField       586 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;