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

Use chunks_exact_mut in iwht4x4, vpred, hpred, bdcpred #16

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

okaneco
Copy link
Contributor

@okaneco okaneco commented Nov 1, 2023

Replace manual index calculation with chunks methods
In bdcpred, split out row traversal access from stride traversal


Using chunks_exact in idct4x4 regresses the benchmark, I assume due to expanding to i64

Replace manual index calculation with chunks methods
In bdcpred, split out row traversal access from stride traversal
@fintelia fintelia merged commit 6a7c385 into image-rs:main Dec 17, 2023
9 checks passed
@okaneco okaneco deleted the use-iters1 branch December 17, 2023 18:59
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