BURN 208 libavfilter/vf_blend.c DEFINE_BLEND(burn, BURN(A, B)) BURN 217 libavfilter/vf_blend.c DEFINE_BLEND(vividlight, (B < 128) ? BURN(A, 2 * B) : DODGE(A, 2 * (B - 128)))