Skip to content
Snippets Groups Projects
Commit 25841dfe authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.

This avoids SIMD-optimized functions having to sign-extend their
line size argument manually to be able to do pointer arithmetic.
parent e66240f2
No related branches found
No related tags found
No related merge requests found
Showing
with 181 additions and 194 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment