WIPERIGHT         152 libavfilter/vf_xfade.c     {   "wiperight", "wipe right transition", 0, AV_OPT_TYPE_CONST, {.i64=WIPERIGHT}, 0, 0, FLAGS, "transition" },
WIPERIGHT        1395 libavfilter/vf_xfade.c     case WIPERIGHT:  s->transitionf = s->depth <= 8 ? wiperight8_transition  : wiperight16_transition;  break;
WIPERIGHT         112 libavfilter/vf_xfade_opencl.c     case WIPERIGHT:  kernel_name = "wiperight";      break;
WIPERIGHT         386 libavfilter/vf_xfade_opencl.c     {   "wiperight", "wipe right transition", 0, AV_OPT_TYPE_CONST, {.i64=WIPERIGHT}, 0, 0, FLAGS, "transition" },