6623 Commits (72904e1771dfa99854bbfe04be3d0958e87d5804)

Author SHA1 Message Date
James Jackson-South 86d4b7214e Don't autogenerate GetPixelTypeInfo 6 years ago
James Jackson-South fd76f69eb1 Remove bas T4 refs 6 years ago
Brian Popow 1a005bd97a Scale alpha and uv alpha by total number of macroblocks 6 years ago
Brian Popow dd7032c693 CorrectDCValues 6 years ago
Brian Popow 8f92c467eb Fix issues with EncPredLuma4 and CodeIntraModes 6 years ago
James Jackson-South 36ebc4513d Fix Short4 and tests 6 years ago
James Jackson-South 6a3411ed6b Add new property and implement for TPixel types 6 years ago
Brian Popow 2222db8e0b Use Interlocked.Increment(ref Unsafe.Add(ref histogramBase, luminance)); 6 years ago
Sergio Pedri 04b5978e09 Add pointer null check on construction 6 years ago
Sergio Pedri 95f1f5a60a Add unowned Image.WrapMemory(void*) overloads 6 years ago
Brian Popow bc7ea4f8bf Use Interlocked.Increment during histogram calculation, fixes issue #1416 6 years ago
Brian Popow 92c51d8af1 Write Vp8 partition 0 and frame header 6 years ago
Brian Popow 98fb8af07d Fix some VP8 encoding mistakes 6 years ago
Nicolas Portmann 963e5c6fd4 Remove useless branch 6 years ago
Nicolas Portmann eba801542c Micro-optimize grayscale converter 6 years ago
James Jackson-South 27de70a9cf Add missing conditional 6 years ago
James Jackson-South e3e8656d8f Respond to Anton fedback 6 years ago
James Jackson-South 3ee5a38802 Fix shuffle 6 years ago
James Jackson-South 699d8ff01d Use ROS trick all round and optimize Shuffle3 6 years ago
James Jackson-South 090158ea33
Update src/ImageSharp/Common/Helpers/SimdUtils.HwIntrinsics.cs 6 years ago
James Jackson-South ded9217254 Handle Bmp encoder padding. 6 years ago
Nicolas Portmann 680459ca54 Drop FromGrayscaleVector8 6 years ago
James Jackson-South 382b5bc1f1 Inline controls as constants 6 years ago
Nicolas Portmann e550caaed7 Refactor JpegColorConverters 6 years ago
James Jackson-South 863c672be1 Fix shuffle +m slice fallback 6 years ago
James Jackson-South da4764645e Unroll XYZWShuffle4Slice3 6 years ago
Nicolas Portmann 1e615c286a Add initial vectorized color converter implementation 6 years ago
Brian Popow 4b30b9294b SetSegmentProbas 6 years ago
Brian Popow efaebafefe Implement StatsLoop 6 years ago
James Jackson-South f7b5a0ff79 Fix Shuffle4Slice3, wire up shuffles. 6 years ago
James Jackson-South 466048ef0d Cleanup and fix tests 6 years ago
James Jackson-South b010a15012 Shuffle3 + Tests 6 years ago
James Jackson-South 6209c3c8cf Don't cast full spans 6 years ago
James Jackson-South 50e30c3c42 Fast fallbacks 6 years ago
Brian Popow ca68ecc3a0 Add VP8 encoding tests 6 years ago
Brian Popow adc2efc650 Write encoded image data to the stream, fix some indexing issues 6 years ago
James Jackson-South 0392e082ab Faster Shuffle4Slice3 6 years ago
James Jackson-South d933ed6480 Faster Pad3Shuffle4 6 years ago
James Jackson-South bc647a402a fix spans directly 6 years ago
James Jackson-South 5d401ac902 Cleanup 6 years ago
James Jackson-South aec8e5d690 Add Shuffle4Slice3 6 years ago
James Jackson-South c4f7f67fd5 Initial 3padshuffle4 6 years ago
Brian Popow 6eee467c62 CalculateLevelCosts 6 years ago
Brian Popow fec282e877 SetupMatrices and ResetBoundaryPredictions 6 years ago
James Jackson-South 33df55aef2 Don't use Linq and test for common path first. 6 years ago
James Jackson-South cdc1c0fce5 Fix benchmarks, cleanup. 6 years ago
James Jackson-South aa20c09c48 Update based on feedback 6 years ago
James Jackson-South 0f950a1e50 Implement new optimized 4 channel shuffle methods. 6 years ago
Brian Popow 0807ede3be Use quality and method from options in Vp8Encoder 6 years ago
Brian Popow 7e23212ba1 Implement CodeResiduals() and Vp8Bitwriter 6 years ago