summaryrefslogtreecommitdiff
path: root/libavfilter/x86/vf_blend.asm
Commit message (Expand)AuthorAge
* avfilter/x86/vf_blend : add SIMD for 16 bit version ofMartin Vignali2018-04-05
* avfilter/x86/vf_blend : reorganize DIFFERENCE macro to reduce line duplicatio...Martin Vignali2018-04-05
* avfilter/x86/vf_blend : add 16 bit version for BLEND_SIMPLE, phoenix, differe...Martin Vignali2018-02-24
* avfilter/x86/vf_blend : avfilter/x86/vf_blend : add AVX2 version for each fun...Martin Vignali2018-01-28
* avfilter/vf_blend: rename addition128 and difference128 to grainmerge and gra...Paul B Mahol2017-08-24
* x86/vf_blend: use ABS2 macroJames Almer2017-06-27
* x86/vf_blend: optimize difference and negation functionsJames Almer2017-06-27
* x86/vf_blend: add sse and ssse3 extremity functionsJames Almer2017-06-27
* x86/vf_blend: Add SSE2 optimization for divideTimothy Gu2016-02-28
* vf_blend: Reduce number of arguments for kernel functionTimothy Gu2016-02-14
* x86/vf_blend: Add SSE2 optimization for screenTimothy Gu2016-02-10
* x86/vf_blend: Move multiplying to a macroTimothy Gu2016-02-10
* vf_blend: Add SSE2 optimization for multiplyTimothy Gu2016-02-08
* x86/vf_blend: add sse2 versions of blend_difference and blend_negationJames Almer2015-12-24
* x86/vf_blend: make all functions work on x86_32James Almer2015-12-24
* x86/vf_blend: simplify using macrosJames Almer2015-12-24
* avfilter/x86/vf_blend.asm: hardmix: do same with two pxor instructions lessPaul B Mahol2015-10-07
* avfilter/x86/vf_blend.asm: 11th register is used, update functionsPaul B Mahol2015-10-07
* avfilter/x86/vf_blend.asm: add hardmix and phoenix sse2 SIMDPaul B Mahol2015-10-07
* avfilter/vf_blend: add x86 SIMD for some modesPaul B Mahol2015-10-03