Commit 435f11da authored by Jonathan Wright's avatar Jonathan Wright Committed by Commit Bot

Roll src/third_party/libjpeg_turbo/ 9d4f8005b..8ca19625d (9 commits)

https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/9d4f8005bc6c..8ca19625de30

$ git log 9d4f8005b..8ca19625d --date=short --no-merges --format='%ad %ae %s'
2020-07-01 jonathan.wright Implement fast DCT using Arm NEON intrinsics
2020-09-10 jonathan.wright Specify 16-byte alignment for assembly functions
2020-07-01 jonathan.wright Implement quantization using Arm NEON intrinsics
2020-07-01 jonathan.wright Implement sample conversion using Arm NEON intrinsics
2020-08-25 jonathan.wright Add compiler-independent alignment macro
2020-07-01 jonathan.wright Add Arm NEON implementation of RGB->Grayscale
2020-07-01 jonathan.wright Implement RGB->YCbCr using Arm NEON intrinsics
2020-06-30 jonathan.wright Add Arm NEON implementation of h2v2_downsample
2020-06-30 jonathan.wright Add Arm NEON implementation of h2v1_downsample

Created with:
  roll-dep src/third_party/libjpeg_turbo

Bug: 922430
Change-Id: I48e8409e9a86575c25f9e63b0cebbff85d843f80
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2403464Reviewed-by: default avatarLeon Scroggins <scroggo@google.com>
Commit-Queue: Jonathan Wright <jonathan.wright@arm.com>
Cr-Commit-Position: refs/heads/master@{#806201}
parent 86121ae2
...@@ -1121,7 +1121,7 @@ deps = { ...@@ -1121,7 +1121,7 @@ deps = {
}, },
'src/third_party/libjpeg_turbo': 'src/third_party/libjpeg_turbo':
Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '9d4f8005bc6c888e66b00fd00188531ee9bd3344', Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '8ca19625de302b0af290e3e0cdeff24a1c272d39',
'src/third_party/liblouis/src': { 'src/third_party/liblouis/src': {
'url': Var('chromium_git') + '/external/liblouis-github.git' + '@' + '03d7d72d983d47c17f7de95bbeae89fe33e41943', 'url': Var('chromium_git') + '/external/liblouis-github.git' + '@' + '03d7d72d983d47c17f7de95bbeae89fe33e41943',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment