Searched refs:BLEND_MULTIPLY128 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | blend.h | 58 BLEND_MULTIPLY128, enumerator
|
D | vf_blend_init.h | 132 case BLEND_MULTIPLY128: param->blend = blend_multiply128_##depth##bit; break; \
|
D | vf_blend.c | 94 { "multiply128","", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_MULTIPLY128},0, 0, FLAGS, "mode" },
|