CUSTOM            149 libavfilter/vf_xfade.c     {   "custom",    "custom transition",     0, AV_OPT_TYPE_CONST, {.i64=CUSTOM},    0, 0, FLAGS, "transition" },
CUSTOM           1392 libavfilter/vf_xfade.c     case CUSTOM:     s->transitionf = s->depth <= 8 ? custom8_transition     : custom16_transition;     break;
CUSTOM           1430 libavfilter/vf_xfade.c     if (s->transition == CUSTOM) {
CUSTOM             94 libavfilter/vf_xfade_opencl.c     if (ctx->transition == CUSTOM) {
CUSTOM            109 libavfilter/vf_xfade_opencl.c     case CUSTOM:     kernel_name = ctx->kernel_name; break;
CUSTOM            383 libavfilter/vf_xfade_opencl.c     {   "custom",    "custom transition",     0, AV_OPT_TYPE_CONST, {.i64=CUSTOM},    0, 0, FLAGS, "transition" },