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

aarch64: Fix the zigzag_interleave_8x8_cavlc_neon function

Use 'cmhs' (which does an unsigned greater or equal comparison)
instead of 'cmhi' (which does an unsigned greater comparison).

This makes sure that dct coeffs with a magnitude of 1 are recognized
in the output nnz buffer.
parent b86ae3c6
No related branches found
No related tags found
Loading
Pipeline #87410 passed with stages
in 2 minutes and 54 seconds
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