10845 Commits (717b166e41252a36bd04ba528c1b8a7f7238b095)
 

Author SHA1 Message Date
Dmitry Pentin 717b166e41 Removed unnecessary small allocation from color post processing, removed test benchmark call from sandbox project 5 years ago
Dmitry Pentin 15f7889811 Removed benchmarking code from test suite - we already have those in benchmark project 5 years ago
Dmitry Pentin eb120ba1a5 gfoidl const Size struct jit inlining in color converters 5 years ago
Dmitry Pentin 555514a680
Merge branch 'master' into dp/jpeg-decoder-cleanup 5 years ago
James Jackson-South 16ea95b1c9
Merge pull request #1852 from SixLabors/bp/ftransformsse 5 years ago
James Jackson-South 8246cce1cc
Merge branch 'master' into bp/ftransformsse 5 years ago
James Jackson-South 81433c2f52 Remove more scalar bounds checks 5 years ago
James Jackson-South cbfff384eb
Merge pull request #1856 from justinbhopper/master 5 years ago
Justin Hopper c0ee67b5b2 Added missing CancellationToken parameters to Image 5 years ago
Brian Popow 9589f778a3
Merge branch 'master' into bp/ftransformsse 5 years ago
Brian Popow 83da0e0694 Reverse array access order to avoid bounds checks 5 years ago
Brian Popow 013c29edd4
Merge pull request #1848 from SixLabors/bp/shanonsse 5 years ago
Dmitry Pentin e8488bd783
Merge branch 'master' into dp/jpeg-decoder-cleanup 5 years ago
Dmitry Pentin e8b59c6bb4 Fixed access modifier & docs 5 years ago
Dmitry Pentin 97a0dccfc9 Removed redundant if check (min call) 5 years ago
Dmitry Pentin 0d3e7fff53 Removed redundant if check, removed used code 5 years ago
Dmitry Pentin 503b379e89 Removed JpegBlockPostProcessor abstraction layer 5 years ago
Dmitry Pentin 140b07854e Removed redundant code from Block8x8F and Block8x8 5 years ago
Brian Popow 0215e99696 Avoid pinning, avoid using LoadScalarVector128 5 years ago
Brian Popow cb08407728 Use nint in for loop 5 years ago
Brian Popow 81070c4e61 Add missing #pragma warning restore SA1503 5 years ago
Brian Popow 0880c58652 Add FTransform tests 5 years ago
Brian Popow 798e9c3ad6 Add SSE2 version of FTransform2 5 years ago
Brian Popow 38fd3a8458 Avoid bounds checks in IsFlat 5 years ago
Brian Popow 4bb56eea71 Define mask and shuffle vectors as static readonly 5 years ago
Dmitry Pentin 9c3d348b4d Separated Block8x8 into scalar and intrinsic code bases 5 years ago
Dmitry Pentin 525cfc89ae Removed redundant/unused code from Block8x8 5 years ago
Dmitry Pentin 60fd3b0659 Removed GenericBlock8x8<T> 5 years ago
Brian Popow 98f5a42816 Add SSE2 version off FTransform 5 years ago
Dmitry Pentin 7a2c22a966 Removed obsolete/redundant/unused code from Block8x8F 5 years ago
Brian Popow 9c95389c7c
Merge branch 'master' into bp/shanonsse 5 years ago
Brian Popow b67a8db213
Merge pull request #1836 from SixLabors/bp/upscalesse 5 years ago
Brian Popow 8f6e9bae6b
Merge branch 'master' into bp/upscalesse 5 years ago
Brian Popow 7775c34304 Group loading y, u, v together 5 years ago
Brian Popow f4fe9bacec
Merge branch 'master' into bp/shanonsse 5 years ago
Brian Popow 1713891705
Merge pull request #1849 from SixLabors/bp/vectoraddavx 5 years ago
Brian Popow 2d60b73b14 Rename size to count, add DebugGuard 5 years ago
Brian Popow 4e6d96f239
Merge branch 'master' into bp/vectoraddavx 5 years ago
Brian Popow c174ab42be Remove SSE2 version of VectorMismatch: Profiling does not show any speedup 5 years ago
Brian Popow 22537b226b Revert "Allocate clean buffers": the tmp buffers does not need to be clean, they will be overwritten anyway 5 years ago
Brian Popow cded607d5c Allocate clean buffers 5 years ago
Brian Popow 2ca81aec3c Fill buffers with default values only in Debug mode 5 years ago
Brian Popow 6293f72c80 Use ref parameters in ConvertYuv444ToBgrSse41 5 years ago
Brian Popow 984a72571d
Merge branch 'master' into bp/upscalesse 5 years ago
Brian Popow 65870b96f4 Avoid branching inside loop 5 years ago
Brian Popow cc5f7af71c Better version of LoadHigh 5 years ago
Brian Popow 5403fbd8b2 Add better version of ReduceSum for Vector 256 5 years ago
Brian Popow 110ff3d9e8
Avoid using Span<int> tmp 5 years ago
Brian Popow fa24760a88 Add AddVector tests 5 years ago
Brian Popow 265be5f78e
Merge branch 'master' into bp/shanonsse 5 years ago