| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: replace explicit REP_RETs with RETs | Lynne | 2023-02-01 | 1 | -1/+1 |
* | avfilter/x86/vf_blend: use unaligned movs for output | Marton Balint | 2022-03-21 | 1 | -11/+11 |
* | x86/vf_blend: fix warnings about trailing empty parameters | James Almer | 2020-07-12 | 1 | -17/+17 |
* | avfilter/x86/vf_blend : add SIMD for 16 bit version of | Martin Vignali | 2018-04-05 | 1 | -60/+108 |
* | avfilter/x86/vf_blend : reorganize DIFFERENCE macro to reduce line duplicatio... | Martin Vignali | 2018-04-05 | 1 | -22/+16 |
* | avfilter/x86/vf_blend : add 16 bit version for BLEND_SIMPLE, phoenix, differe... | Martin Vignali | 2018-02-24 | 1 | -13/+62 |
* | avfilter/x86/vf_blend : avfilter/x86/vf_blend : add AVX2 version for each fun... | Martin Vignali | 2018-01-28 | 1 | -84/+145 |
* | avfilter/vf_blend: rename addition128 and difference128 to grainmerge and gra... | Paul B Mahol | 2017-08-24 | 1 | -2/+2 |
* | x86/vf_blend: use ABS2 macro | James Almer | 2017-06-27 | 1 | -6/+3 |
* | x86/vf_blend: optimize difference and negation functions | James Almer | 2017-06-27 | 1 | -16/+24 |
* | x86/vf_blend: add sse and ssse3 extremity functions | James Almer | 2017-06-27 | 1 | -0/+25 |
* | x86/vf_blend: Add SSE2 optimization for divide | Timothy Gu | 2016-02-28 | 1 | -0/+30 |
* | vf_blend: Reduce number of arguments for kernel function | Timothy Gu | 2016-02-14 | 1 | -2/+1 |
* | x86/vf_blend: Add SSE2 optimization for screen | Timothy Gu | 2016-02-10 | 1 | -0/+29 |
* | x86/vf_blend: Move multiplying to a macro | Timothy Gu | 2016-02-10 | 1 | -6/+10 |
* | vf_blend: Add SSE2 optimization for multiply | Timothy Gu | 2016-02-08 | 1 | -0/+29 |
* | x86/vf_blend: add sse2 versions of blend_difference and blend_negation | James Almer | 2015-12-24 | 1 | -3/+9 |
* | x86/vf_blend: make all functions work on x86_32 | James Almer | 2015-12-24 | 1 | -53/+50 |
* | x86/vf_blend: simplify using macros | James Almer | 2015-12-24 | 1 | -243/+33 |
* | avfilter/x86/vf_blend.asm: hardmix: do same with two pxor instructions less | Paul B Mahol | 2015-10-07 | 1 | -3/+4 |
* | avfilter/x86/vf_blend.asm: 11th register is used, update functions | Paul B Mahol | 2015-10-07 | 1 | -14/+14 |
* | avfilter/x86/vf_blend.asm: add hardmix and phoenix sse2 SIMD | Paul B Mahol | 2015-10-07 | 1 | -0/+64 |
* | avfilter/vf_blend: add x86 SIMD for some modes | Paul B Mahol | 2015-10-03 | 1 | -0/+367 |