Searched refs:BLEND_DIFFERENCE (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_blend_init.c | 125 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/ |
D | vf_blend.c | 120 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/ |
D | blend.h | 35 BLEND_DIFFERENCE, enumerator
|
D | vf_blend.c | 79 { "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/ |
D | shader_enums.h | 923 BLEND_DIFFERENCE, enumerator
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_blend_equation_advanced.cpp | 368 case BLEND_DIFFERENCE: in calc_blend_result()
|
D | glsl_parser.yy | 1598 { "blend_support_difference", BITFIELD_BIT(BLEND_DIFFERENCE) },
|
/third_party/mesa3d/src/mesa/main/ |
D | blend.c | 488 return BLEND_DIFFERENCE; in advanced_blend_mode_from_gl_enum()
|