Home
last modified time | relevance | path

Searched refs:BLEND_NORMAL (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dblend.h29 BLEND_NORMAL, enumerator
Dvf_blend.c96 { "normal", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_NORMAL}, 0, 0, FLAGS, "mode" },
727 case BLEND_NORMAL: param->blend = blend_normal_##nbits##bit; break; \
770 if (param->opacity == 0 && param->mode != BLEND_NORMAL) { in ff_blend_init()
772 } else if (param->mode == BLEND_NORMAL) { in ff_blend_init()