1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 06:31:00 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Zaggy1024
cd127b65c3 LibVideo: Implement CICP color space conversion
This adds a struct called CodingIndependentCodePoints and related enums
that are used by video codecs to define its color space that frames
must be converted from when displaying a video.

Pre-multiplied matrices and lookup tables are stored to avoid most of
the floating point division and exponentiation in the conversion.
2022-10-25 11:06:11 +02:00