HISTEQ_ANTIBANDING_NONE   75 libavfilter/vf_histeq.c     { "antibanding", "set the antibanding level", OFFSET(antibanding), AV_OPT_TYPE_INT, {.i64=HISTEQ_ANTIBANDING_NONE}, 0, HISTEQ_ANTIBANDING_NB-1, FLAGS, "antibanding" },
HISTEQ_ANTIBANDING_NONE   76 libavfilter/vf_histeq.c     CONST("none",    "apply no antibanding",     HISTEQ_ANTIBANDING_NONE,   "antibanding"),
HISTEQ_ANTIBANDING_NONE  203 libavfilter/vf_histeq.c                 if (histeq->antibanding != HISTEQ_ANTIBANDING_NONE) {