Searched refs:BLEND_SCREEN (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | blend.h | 49 BLEND_SCREEN, enumerator
|
H A D | vf_blend_init.h | 140 case BLEND_SCREEN: param->blend = blend_screen_##depth##bit; break; \
|
H A D | vf_blend.c | 102 { "screen", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_SCREEN}, 0, 0, FLAGS, "mode" },
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_blend_init.c | 122 case BLEND_SCREEN: param->blend = ff_blend_screen_sse2; break; in BLEND_FUNC() 151 case BLEND_SCREEN: param->blend = ff_blend_screen_avx2; break; in BLEND_FUNC()
|
H A D | vf_blend.asm | 157 %macro BLEND_SCREEN 0 425 BLEND_SCREEN label 472 BLEND_SCREEN label
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_blend.c | 117 check_and_report(screen, BLEND_SCREEN, 1) in checkasm_check_blend()
|
/third_party/mesa3d/src/compiler/ |
H A D | shader_enums.h | 1005 BLEND_SCREEN, enumerator
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_blend_equation_advanced.cpp | 344 case BLEND_SCREEN: in calc_blend_result()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | blend.c | 465 return BLEND_SCREEN; in advanced_blend_mode_from_gl_enum()
|
Completed in 8 milliseconds