libjpeg-turbo: Improving performance on Arm |
||
Issue descriptionThis is a general issue to track an effort to improve the performance of JPEG image encoding/decoding on Arm. The plan here is to: 1) Write NEON code to accelerate the algorithms which currently have to rely on a scalar C implementation. 2) Re-write the existing NEON assembly code using compiler intrinsics. This will reduce the maintenance burden and allow the compiler to extract more performance, where possible.
,
Jan 17
(5 days ago)
|
||
►
Sign in to add a comment |
||
Comment 1 by scroggo@chromium.org
, Jan 16 (6 days ago)Components: -Internals>Media Internals>Images>Codecs
Labels: Arch-ARM