8180 Commits (01caebd34a9c5e950c1c2edeceeb2bcb3ea36ab6)

Author SHA1 Message Date
James Jackson-South 9a552f17ec Revert "Use Permute" 3 years ago
James Jackson-South 907400f2dc Use Permute 3 years ago
James Jackson-South 5fedca8647 Respond to feedback 3 years ago
James Jackson-South 9f8bcc464d Respond to feedback 3 years ago
James Jackson-South ef34960e81 Fix code generation 3 years ago
James Jackson-South 4c546d7de8 Update the PorterDuffFunctions.Generated.tt to include the Vector256<float> variants. 3 years ago
James Jackson-South 746b34d46f Finish porting function components 3 years ago
Brian Popow ae7306beb9 Change arguments of AccumulateSSE16Neon to pointers for better code generation 3 years ago
Brian Popow b0bfb0a035 Use Vector128<T>.sum() for reduce sum in NET7.0 3 years ago
James Jackson-South 517ec80280 Port most of the function components. 3 years ago
James Jackson-South 8a42441c73 Update DecoderOptions.cs 3 years ago
James Jackson-South 670b1a27bb Fix assignment of configuration options in unit tests 3 years ago
James Jackson-South 83f0979fe0 Allow setting configuration property 3 years ago
Brian Popow e345857cd9 Use AddAcross for reduce sum, if available 3 years ago
Brian Popow 2f673b9942 Use ref parameter for AccumulateSSE16Neon 3 years ago
Brian Popow 7483802692 Move reduce sum to numerics 3 years ago
Brian Popow cbeeca5710 Add ARM version of calculating mode score 3 years ago
Brian Popow d0369fb115 Better tests for mode score calculation for 16x8 and 16x16 3 years ago
Brian Popow 280e3762d2 Fix calculation of mode score for SSE2/AVX2 version 3 years ago
Stefan Nikolei 0e40d71895 Change Guard 3 years ago
Stefan Nikolei f047392bf0 Remove nullable disable from various files 3 years ago
James Jackson-South ffd5c360a4 Remove unneccessary guard 3 years ago
James Jackson-South 829be7ac1b Style cleanup 3 years ago
James Jackson-South c8fd4a321d Match other format configuration handling 3 years ago
Stefan Nikolei b79e61fbd9 Remove nullable disable from ChunkedMemoryStream 3 years ago
Stefan Nikolei b560918106 do not use null!. 3 years ago
James Jackson-South c6e583991c Minor cleanup 3 years ago
James Jackson-South 66d494e250 Reorder params, fix other warnings. 3 years ago
Brian Popow 88ddf709c5 Actually call arm methods, if arm is supported 3 years ago
Stefan Nikolei 1c773661b4 Make method static 3 years ago
Stefan Nikolei 4a82d27303 Check iccProfileData for null not the profile 3 years ago
Stefan Nikolei cc4647741a Pass configuration as parameter 3 years ago
Stefan Nikolei 7b46791c41 Remove pragma 3 years ago
Stefan Nikolei 72cee824a0 Readd deleted code... 3 years ago
Stefan Nikolei 7be55a1917 Fix build 3 years ago
Stefan Nikolei 94ebf3627d Remove nullable disable from format tga 3 years ago
Stefan Nikolei f9ac6624b0 remove nullable disable from Format Pbm 3 years ago
Stefan Nikolei 90ac3a29c9 Make skipblock static to fix build 3 years ago
Stefan Nikolei 94fd43f71f remove nullable disable from format gif 3 years ago
Stefan Nikolei cd9a06b4cb Fix unit test. 3 years ago
Stefan Nikolei 3182f935dc Remove nullable disable from Formats.BMP 3 years ago
James Jackson-South b8a76143cc Recreate @brianpopow 's changes 3 years ago
Stefan Nikolei 2d6c174606 Initialize is only needed in the constructor. It would just return on the other invocations 3 years ago
Stefan Nikolei 6eec48de54 Initialize values during declaration 3 years ago
Petar Tasev a1a2cec284 Added L16 support to tiff encoder (unit tests WIP) 3 years ago
Stefan Nikolei df803cd34d Fix nullref 3 years ago
Stefan Nikolei 7847fab011 Remove ? for pixelMap and paletteOwner 3 years ago
Stefan Nikolei e7bcc5f132 Fix build 3 years ago
Stefan Nikolei 8504518073 Remove nullable disable from Processing.Processors 3 years ago
Stefan Nikolei 34add6aebf Remove nullable disable from pixelimplementations 3 years ago