SLIDEUP 157 libavfilter/vf_xfade.c { "slideup", "slide up transition", 0, AV_OPT_TYPE_CONST, {.i64=SLIDEUP}, 0, 0, FLAGS, "transition" }, SLIDEUP 1400 libavfilter/vf_xfade.c case SLIDEUP: s->transitionf = s->depth <= 8 ? slideup8_transition : slideup16_transition; break; SLIDEUP 117 libavfilter/vf_xfade_opencl.c case SLIDEUP: kernel_name = "slideup"; break; SLIDEUP 391 libavfilter/vf_xfade_opencl.c { "slideup", "slide up transition", 0, AV_OPT_TYPE_CONST, {.i64=SLIDEUP}, 0, 0, FLAGS, "transition" },