Searched refs:BLEND_NEGATION (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_blend_init.c | 127 case BLEND_NEGATION: param->blend = ff_blend_negation_sse2; break; in BLEND_FUNC() 134 case BLEND_NEGATION: param->blend = ff_blend_negation_ssse3; break; in BLEND_FUNC() 156 case BLEND_NEGATION: param->blend = ff_blend_negation_avx2; break; in BLEND_FUNC() 178 case BLEND_NEGATION: param->blend = ff_blend_negation_16_sse4; break; in BLEND_FUNC() 193 case BLEND_NEGATION: param->blend = ff_blend_negation_16_avx2; break; in BLEND_FUNC()
|
/third_party/ffmpeg/tests/checkasm/ |
D | vf_blend.c | 122 check_and_report(negation, BLEND_NEGATION, 1) in checkasm_check_blend() 134 check_and_report(negation_16, BLEND_NEGATION, 2) in checkasm_check_blend()
|
/third_party/ffmpeg/libavfilter/ |
D | blend.h | 43 BLEND_NEGATION, enumerator
|
D | vf_blend_init.h | 133 case BLEND_NEGATION: param->blend = blend_negation_##depth##bit; break; \
|
D | vf_blend.c | 95 { "negation", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_NEGATION}, 0, 0, FLAGS, "mode" },
|