WIPEDOWN          154 libavfilter/vf_xfade.c     {   "wipedown",  "wipe down transition",  0, AV_OPT_TYPE_CONST, {.i64=WIPEDOWN},  0, 0, FLAGS, "transition" },
WIPEDOWN         1397 libavfilter/vf_xfade.c     case WIPEDOWN:   s->transitionf = s->depth <= 8 ? wipedown8_transition   : wipedown16_transition;   break;
WIPEDOWN          114 libavfilter/vf_xfade_opencl.c     case WIPEDOWN:   kernel_name = "wipedown";       break;
WIPEDOWN          388 libavfilter/vf_xfade_opencl.c     {   "wipedown",  "wipe down transition",  0, AV_OPT_TYPE_CONST, {.i64=WIPEDOWN},  0, 0, FLAGS, "transition" },