Searched refs:BLEND_GLOW (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | blend.h | 56 BLEND_GLOW, enumerator
|
D | vf_blend.c | 87 { "glow", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_GLOW}, 0, 0, FLAGS, "mode" }, 718 case BLEND_GLOW: param->blend = blend_glow_##depth##bit; break; \
|