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

aarch64: vp9: use alternative returns in the core loop filter function


Since aarch64 has enough free general purpose registers use them to
branch to the appropiate storage code. 1-2 cycles faster for the
functions using loop_filter 8/16, ... on a cortex-a53. Mixed results
(up to 2 cycles faster/slower) on a cortex-a57.

This is cherrypicked from libav commit
d7595de0.

Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 3ac46a0a
No related branches found
No related tags found
No related merge requests found
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