Commit fb37fef9 authored by Jonathan Wright's avatar Jonathan Wright Committed by Commit Bot

Roll src/third_party/libjpeg_turbo/ 9d4f8005b..f38898135 (7 commits)

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

$ git log 9d4f8005b..f38898135 --date=short --no-merges --format='%ad %ae %s'
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: I4edeccd8e58a529a5a7198448877756e7f7b7e22
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401461Reviewed-by: default avatarLeon Scroggins <scroggo@google.com>
Commit-Queue: Jonathan Wright <jonathan.wright@arm.com>
Cr-Commit-Position: refs/heads/master@{#805494}
parent a77ec9f8
......@@ -1121,7 +1121,7 @@ deps = {
},
'src/third_party/libjpeg_turbo':
Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '9d4f8005bc6c888e66b00fd00188531ee9bd3344',
Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'f38898135a3b5097978394dff81c970ad9c4eca2',
'src/third_party/liblouis/src': {
'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