Colour space conversion reference
Converting between colour spaces is data parallel and maps well to the NEON unit on ARM processors. This conversion is a very common operation and has been implemented many times in many libraries. Provide a set of fast, understandable routines that show how to use the NEON unit, and that can be picked up by a project and used as inspiration for their own routines.
The output of this project should be snippets that can be adapted, not a library that can be plugged in.
Blueprint information
- Status:
- Complete
- Approver:
- Michael Hope
- Priority:
- High
- Drafter:
- Michael Hope
- Direction:
- Approved
- Assignee:
- Mans Rullgard
- Definition:
- Obsolete
- Series goal:
- Accepted for trunk
- Implementation:
- Not started
- Milestone target:
- backlog
- Started by
- Completed by
- Matthew Gretton-Dann
Related branches
Related bugs
Sprints
Whiteboard
[matthew-
Work Items
Work items:
Identify he most common conversions: TODO
Implement: TODO
Add test cases: TODO
Add benchmarks: TODO
Publish in a stand alone or similar repository: TODO
Pull in the WebP decoder if appropriate: TODO
Demonstrate in libav: TODO
Promote through a benchmark heavy blog post: TODO