Skip to content
Snippets Groups Projects
Commit 010eae8b authored by Martin Storsjö's avatar Martin Storsjö
Browse files

arm64: itx: Fix overflow/clipping in negation in idct16

Don't assume we can do a clipped negation in 16 bit before the
multiplication (as it might affect the end result), but do the
multiplication first and negate in 32 bit, just like in the reference.
parent ef64567e
Branches master
No related tags found
Loading
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