Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
vstroebel
/
jpeg-encoder
Public
Notifications
You must be signed in to change notification settings
Fork
12
Star
33
Code
Issues
5
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
NEON-accelerated RGB->YCbCr
- #24
#24
Closed
Shnatsel
wants to merge 7 commits into
vstroebel:main
vstroebel/jpeg-encoder:main
from
Shnatsel:neon-ycbcr
Shnatsel/jpeg-encoder:neon-ycbcr
Copy head branch name to clipboard
Conversation
Commits
7
(7)
Checks
Files changed
Closed
NEON-accelerated RGB->YCbCr
#24
Shnatsel
wants to merge 7 commits into
vstroebel:main
vstroebel/jpeg-encoder:main
from
Shnatsel:neon-ycbcr
Shnatsel/jpeg-encoder:neon-ycbcr
Copy head branch name to clipboard
Commits
Commits on Nov 17, 2025
WIP: initial translation of vectorized RGB->YCbCr from std::simd to NEON intrinsics
Shnatsel
committed
d34c3e7
View commit details
Copy full SHA for d34c3e7
Browse repository at this point
Widen the NEON function to take advantage of instruction-level parallelism and wide issue on recent Aarch64
Shnatsel
committed
ea67319
View commit details
Copy full SHA for ea67319
Browse repository at this point
Add safe wrappers for loads/stores, general safety pass
Shnatsel
committed
febf93a
View commit details
Copy full SHA for febf93a
Browse repository at this point
Add a function to load u8 values to an i32 array with widening
Shnatsel
committed
b45225a
View commit details
Copy full SHA for b45225a
Browse repository at this point
Address compiler warning
Shnatsel
committed
59d76b1
View commit details
Copy full SHA for 59d76b1
Browse repository at this point
Fix build failures
Shnatsel
committed
010ef9b
View commit details
Copy full SHA for 010ef9b
Browse repository at this point
Wire up all the loose functions to a struct
Shnatsel
committed
1b3631d
View commit details
Copy full SHA for 1b3631d
Browse repository at this point
You can’t perform that action at this time.