-
-
Notifications
You must be signed in to change notification settings - Fork 852
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
Fix RgbScalar #2416
Fix RgbScalar #2416
Conversation
We need a test to cover this issue. I will try to help here. There are more color converter path's which are not covered by tests: ColorConverters. We need not add more unit tests there (@stefannikolei: not necessary you, btw). |
…Runner to disable specific hw features
…tRunner to disable specific hw features
…stRunner to disable specific hw features
…tRunner to disable specific hw features
…reTestRunner to disable specific hw features
I have added tests now to cover all path for JpegColorConverterBase I think its ready for review now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for the fix.
I wonder now however, why do we have CmykArm64
, while we don't have YCbCrArm64
. Doesn't CmykArm64
and CmykVector
have essentially the same performance?
Ycbcr is implemented in #2417 You can check the performance in the prs. All have benchmarks attached |
Ah for some reason I thought that was already merged 😄 With those numbers it makes sense thanks! |
Prerequisites
Description
I ran the tests with SSE Disabled. And I found this bug...
Before fixing it I had 151 failing tests after it only 53 tests are failing. On a quick check all other failures are 'Image difference is over threshold!'