Home
last modified time | relevance | path

Searched refs:BLEND_DIFFERENCE (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/x86/
Dvf_blend_init.c125 case BLEND_DIFFERENCE: param->blend = ff_blend_difference_sse2; break; in BLEND_FUNC()
132 case BLEND_DIFFERENCE: param->blend = ff_blend_difference_ssse3; break; in BLEND_FUNC()
154 case BLEND_DIFFERENCE: param->blend = ff_blend_difference_avx2; break; in BLEND_FUNC()
176 case BLEND_DIFFERENCE: param->blend = ff_blend_difference_16_sse4; break; in BLEND_FUNC()
191 case BLEND_DIFFERENCE: param->blend = ff_blend_difference_16_avx2; break; in BLEND_FUNC()
/third_party/ffmpeg/tests/checkasm/
Dvf_blend.c120 check_and_report(difference, BLEND_DIFFERENCE, 1) in checkasm_check_blend()
132 check_and_report(difference_16, BLEND_DIFFERENCE, 2) in checkasm_check_blend()
/third_party/ffmpeg/libavfilter/
Dblend.h35 BLEND_DIFFERENCE, enumerator
Dvf_blend.c79 { "difference", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_DIFFERENCE}, 0, 0, FLAGS, "mode" },
711 case BLEND_DIFFERENCE: param->blend = blend_difference_##depth##bit; break; \
/third_party/mesa3d/src/compiler/
Dshader_enums.h923 BLEND_DIFFERENCE, enumerator
/third_party/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp368 case BLEND_DIFFERENCE: in calc_blend_result()
Dglsl_parser.yy1598 { "blend_support_difference", BITFIELD_BIT(BLEND_DIFFERENCE) },
/third_party/mesa3d/src/mesa/main/
Dblend.c488 return BLEND_DIFFERENCE; in advanced_blend_mode_from_gl_enum()