Home
last modified time | relevance | path

Searched refs:BLEND_NEGATION (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/x86/
Dvf_blend_init.c127 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/
Dvf_blend.c122 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/
Dblend.h43 BLEND_NEGATION, enumerator
Dvf_blend_init.h133 case BLEND_NEGATION: param->blend = blend_negation_##depth##bit; break; \
Dvf_blend.c95 { "negation", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_NEGATION}, 0, 0, FLAGS, "mode" },