TOP_FIRST          61 libavfilter/phase_template.c                TOP_FIRST : BOTTOM_FIRST : PROGRESSIVE;
TOP_FIRST         173 libavfilter/phase_template.c             mode = TOP_FIRST;
TOP_FIRST         180 libavfilter/phase_template.c            mode == BOTTOM_FIRST ? 'b' : mode == TOP_FIRST ? 't' : 'p',
TOP_FIRST          83 libavfilter/vf_phase.c     CONST("t", "top first",            TOP_FIRST,            "mode"),
TOP_FIRST         199 libavfilter/vf_phase.c             memcpy(to, mode == (top ? BOTTOM_FIRST : TOP_FIRST) ? buf : from, s->linesize[plane]);