1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:47:35 +00:00
serenity/Userland/Libraries/LibVideo/Color
Zaggy1024 5b4c1056f1 LibVideo/Color: Always inline convert_yuv_to_full_range_rgb()
Inlining the color conversion reduces time spent for frame conversions
in a 1080p video from ~12ms down to ~9ms.
2023-04-25 17:44:36 -04:00
..
CodingIndependentCodePoints.h LibVideo: Add a video_full_range_flag_to_string() function 2023-02-09 16:35:08 +00:00
ColorConverter.cpp LibVideo/Color: Always inline convert_yuv_to_full_range_rgb() 2023-04-25 17:44:36 -04:00
ColorConverter.h LibVideo/Color: Always inline convert_yuv_to_full_range_rgb() 2023-04-25 17:44:36 -04:00
ColorPrimaries.cpp LibVideo: Implement CICP color space conversion 2022-10-25 11:06:11 +02:00
ColorPrimaries.h LibVideo: Implement CICP color space conversion 2022-10-25 11:06:11 +02:00
TransferCharacteristics.cpp LibVideo: Implement CICP color space conversion 2022-10-25 11:06:11 +02:00
TransferCharacteristics.h LibVideo: Implement CICP color space conversion 2022-10-25 11:06:11 +02:00