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

vvc_deblock.c: fix checkasm for one-sided chroma #273

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

stone-d-chen
Copy link
Collaborator

Missing an spatial_strong <= meant that the one-sided never ran properly.

Missing an spatial_strong <= meant that the one-sided never ran properly.
SPATIAL_ACTIVITY (and CHROMA_DEBLOCK) had an ifdef that removed the one-sided calculation. This block of code as activated in the horizontal calculation and not the vertical, hence the one-sided failure.

Since we don't need to ifdef this anymore (this was done for development purposes when implementing vertical), remove the extraneous parameter.
@stone-d-chen
Copy link
Collaborator Author

@nuomi2021 Should be good to go now, I forgot I had code that turned off the one-sided code path for vertical 😅

@nuomi2021 nuomi2021 merged commit dd3fe77 into ffvvc:deblock_asm Nov 26, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants