CESNET / UltraGrid

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

pixfmt_conv.c: R12L->{RGB, RGBA} SIMD implementations #392

Open xsebela2 opened 3 months ago

xsebela2 commented 3 months ago

This PR adds SIMD implementations for the color format conversion functions from R12L to RGB and RGBA, aimed to increase performance (the tools/convert benchmark tool reports an improvement from ~9 ms to ~5 ms for R12L->RGB and ~11 ms to ~6 ms for R12L->RGBA).

Although functional, the additions are kept commented out with #if 0 for now.