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

aarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling


This work is sponsored by, and copyright, Google.

Before:                           Cortex A53
vp9_inv_dct_dct_16x16_sub1_add_neon:   235.3
vp9_inv_dct_dct_32x32_sub1_add_neon:   555.1
After:
vp9_inv_dct_dct_16x16_sub1_add_neon:   180.2
vp9_inv_dct_dct_32x32_sub1_add_neon:   475.3

This is cherrypicked from libav commit
3fcf788f.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 758302e4
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