Skip to content
Snippets Groups Projects
Commit cb220eee authored by Janne Grunau's avatar Janne Grunau Committed by Michael Niedermayer
Browse files

aarch64: vp9: loop filter: replace 'orr; cbn?z' with 'adds; b.{eq,ne};


The latter is 1 cycle faster on a cortex-53 and since the operands are
bytewise (or larger) bitmask (impossible to overflow to zero) both are
equivalent.

This is cherrypicked from libav commit
e7ae8f7a.

Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 62ea07d7
No related branches found
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