Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 7, 2024

  1. pixfmt_conv.c R12LtoRGB implementation in SIMD

    - added the -msse4.1 flag to tools/Makefile
    - 9 ms -> 5 ms on my machine
    xsebela2 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    fcd0d14 View commit details
    Browse the repository at this point in the history
  2. pixfmt_conv.c R12LtoRGBA implementation in SIMD

    - 11 ms -> 6 ms
    - need to specifically comment out R12LtoRGB to run R12LtoRGBA -- for
      some reason, UltraGrid prefers the longer R12L -> RGB -> RGBA path
    xsebela2 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b62ef72 View commit details
    Browse the repository at this point in the history