CESNET / UltraGrid

UltraGrid low-latency audio and video network transmission system
http://www.ultragrid.cz
Other
485 stars 55 forks source link

pixfmt_conv.c: RGB <-> RGBA #397

Open xsebela2 opened 2 weeks ago

xsebela2 commented 2 weeks ago

This PR adds conversions between RGBA and RGB written in SIMD intrinsics, reducing time per 4k frame from 9 ms to about 5 ms.

This code specializes only for color shifts of the RGBx and BGRx formats, since allowing arbitrary channel shifts would complicate code unnecessarily and wouldn't be faster.