BLEND_GRAINMERGE   70 libavfilter/vf_blend.c     { "addition128","", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_GRAINMERGE}, 0, 0, FLAGS, "mode" },\
BLEND_GRAINMERGE   71 libavfilter/vf_blend.c     { "grainmerge", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_GRAINMERGE}, 0, 0, FLAGS, "mode" },\
BLEND_GRAINMERGE  709 libavfilter/vf_blend.c     case BLEND_GRAINMERGE:   param->blend = blend_grainmerge_##depth##bit;   break;   \
BLEND_GRAINMERGE  111 libavfilter/x86/vf_blend_init.c             case BLEND_GRAINMERGE:   param->blend = ff_blend_grainmerge_sse2;   break;
BLEND_GRAINMERGE  141 libavfilter/x86/vf_blend_init.c             case BLEND_GRAINMERGE:   param->blend = ff_blend_grainmerge_avx2;   break;
BLEND_GRAINMERGE  173 libavfilter/x86/vf_blend_init.c             case BLEND_GRAINMERGE: param->blend = ff_blend_grainmerge_16_sse4; break;
BLEND_GRAINMERGE  186 libavfilter/x86/vf_blend_init.c             case BLEND_GRAINMERGE: param->blend = ff_blend_grainmerge_16_avx2;   break;
BLEND_GRAINMERGE  107 tests/checkasm/vf_blend.c     check_and_report(grainmerge, BLEND_GRAINMERGE, 1)
BLEND_GRAINMERGE  127 tests/checkasm/vf_blend.c     check_and_report(grainmerge_16, BLEND_GRAINMERGE, 2)