CONST 76 libavfilter/vf_histeq.c CONST("none", "apply no antibanding", HISTEQ_ANTIBANDING_NONE, "antibanding"), CONST 77 libavfilter/vf_histeq.c CONST("weak", "apply weak antibanding", HISTEQ_ANTIBANDING_WEAK, "antibanding"), CONST 78 libavfilter/vf_histeq.c CONST("strong", "apply strong antibanding", HISTEQ_ANTIBANDING_STRONG, "antibanding"), CONST 84 libavfilter/vf_mcdeint.c CONST("fast", NULL, MODE_FAST, "mode"), CONST 85 libavfilter/vf_mcdeint.c CONST("medium", NULL, MODE_MEDIUM, "mode"), CONST 86 libavfilter/vf_mcdeint.c CONST("slow", NULL, MODE_SLOW, "mode"), CONST 87 libavfilter/vf_mcdeint.c CONST("extra_slow", NULL, MODE_EXTRA_SLOW, "mode"), CONST 90 libavfilter/vf_mcdeint.c CONST("tff", "assume top field first", PARITY_TFF, "parity"), CONST 91 libavfilter/vf_mcdeint.c CONST("bff", "assume bottom field first", PARITY_BFF, "parity"), CONST 57 libavfilter/vf_phase.c CONST("p", "progressive", PROGRESSIVE, "mode"), CONST 58 libavfilter/vf_phase.c CONST("t", "top first", TOP_FIRST, "mode"), CONST 59 libavfilter/vf_phase.c CONST("b", "bottom first", BOTTOM_FIRST, "mode"), CONST 60 libavfilter/vf_phase.c CONST("T", "top first analyze", TOP_FIRST_ANALYZE, "mode"), CONST 61 libavfilter/vf_phase.c CONST("B", "bottom first analyze", BOTTOM_FIRST_ANALYZE, "mode"), CONST 62 libavfilter/vf_phase.c CONST("u", "analyze", ANALYZE, "mode"), CONST 63 libavfilter/vf_phase.c CONST("U", "full analyze", FULL_ANALYZE, "mode"), CONST 64 libavfilter/vf_phase.c CONST("a", "auto", AUTO, "mode"), CONST 65 libavfilter/vf_phase.c CONST("A", "auto analyze", AUTO_ANALYZE, "mode"), CONST 52 libavfilter/vf_w3fdif.c CONST("simple", NULL, 0, "filter"), CONST 53 libavfilter/vf_w3fdif.c CONST("complex", NULL, 1, "filter"), CONST 55 libavfilter/vf_w3fdif.c CONST("all", "deinterlace all frames", 0, "deint"), CONST 56 libavfilter/vf_w3fdif.c CONST("interlaced", "only deinterlace frames marked as interlaced", 1, "deint"), CONST 510 libavfilter/vf_yadif.c CONST("send_frame", "send one frame for each frame", YADIF_MODE_SEND_FRAME, "mode"), CONST 511 libavfilter/vf_yadif.c CONST("send_field", "send one frame for each field", YADIF_MODE_SEND_FIELD, "mode"), CONST 512 libavfilter/vf_yadif.c CONST("send_frame_nospatial", "send one frame for each frame, but skip spatial interlacing check", YADIF_MODE_SEND_FRAME_NOSPATIAL, "mode"), CONST 513 libavfilter/vf_yadif.c CONST("send_field_nospatial", "send one frame for each field, but skip spatial interlacing check", YADIF_MODE_SEND_FIELD_NOSPATIAL, "mode"), CONST 516 libavfilter/vf_yadif.c CONST("tff", "assume top field first", YADIF_PARITY_TFF, "parity"), CONST 517 libavfilter/vf_yadif.c CONST("bff", "assume bottom field first", YADIF_PARITY_BFF, "parity"), CONST 518 libavfilter/vf_yadif.c CONST("auto", "auto detect parity", YADIF_PARITY_AUTO, "parity"), CONST 521 libavfilter/vf_yadif.c CONST("all", "deinterlace all frames", YADIF_DEINT_ALL, "deint"), CONST 522 libavfilter/vf_yadif.c CONST("interlaced", "only deinterlace frames marked as interlaced", YADIF_DEINT_INTERLACED, "deint"),