BLEND_AVERAGE      73 libavfilter/vf_blend.c     { "average",    "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_AVERAGE},    0, 0, FLAGS, "mode" },\
BLEND_AVERAGE     711 libavfilter/vf_blend.c     case BLEND_AVERAGE:      param->blend = blend_average_##depth##bit;      break;   \
BLEND_AVERAGE     113 libavfilter/x86/vf_blend_init.c             case BLEND_AVERAGE:      param->blend = ff_blend_average_sse2;      break;
BLEND_AVERAGE     143 libavfilter/x86/vf_blend_init.c             case BLEND_AVERAGE:      param->blend = ff_blend_average_avx2;      break;
BLEND_AVERAGE     165 libavfilter/x86/vf_blend_init.c             case BLEND_AVERAGE:  param->blend = ff_blend_average_16_sse2;  break;
BLEND_AVERAGE     188 libavfilter/x86/vf_blend_init.c             case BLEND_AVERAGE:  param->blend = ff_blend_average_16_avx2;  break;
BLEND_AVERAGE     109 tests/checkasm/vf_blend.c     check_and_report(average, BLEND_AVERAGE, 1)
BLEND_AVERAGE     129 tests/checkasm/vf_blend.c     check_and_report(average_16, BLEND_AVERAGE, 2)