Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add neon acceleration for rgb and rgb to yuv conversions #93

Merged
merged 8 commits into from
Dec 11, 2024

Conversation

fabiosky
Copy link
Contributor

@fabiosky fabiosky commented Dec 6, 2024

Issue #, if available:

Description of changes:
This patch adds neon acceleration (arm, aarch64) for rgb and rgb to yuv conversions

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@fabiosky fabiosky requested review from nacho and a team December 6, 2024 16:01
@fabiosky fabiosky self-assigned this Dec 6, 2024
@fabiosky fabiosky added the enhancement New feature or request label Dec 6, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2024

Codecov Report

Attention: Patch coverage is 71.11111% with 13 lines in your changes missing coverage. Please review.

Project coverage is 60.33%. Comparing base (c86b531) to head (1556cfd).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
src/convert_image/avx2.rs 0.00% 13 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #93       +/-   ##
===========================================
- Coverage   84.47%   60.33%   -24.15%     
===========================================
  Files           8        8               
  Lines        2757     4679     +1922     
===========================================
+ Hits         2329     2823      +494     
- Misses        428     1856     +1428     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fabiosky fabiosky merged commit 02d0235 into aws:master Dec 11, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants