Skip to content
Snippets Groups Projects
Commit 416e3eb2 authored by Hubert Mazur's avatar Hubert Mazur
Browse files

aarch64: pixel: add 10bits sad functions


Provide routines for sad functions for high bit depth, i.e. 10 bits.
Benchmarks run on AWS Gravtion 2 instances.

sad_4x4_c: 583
sad_4x4_neon: 273
sad_4x8_c: 1179
sad_4x8_neon: 366
sad_4x16_c: 2121
sad_4x16_neon: 550
sad_8x4_c: 924
sad_8x4_neon: 213
sad_8x8_c: 1711
sad_8x8_neon: 316
sad_8x16_c: 3505
sad_8x16_neon: 497
sad_16x8_c: 3070
sad_16x8_neon: 635
sad_16x16_c: 6113
sad_16x16_neon: 1118

Signed-off-by: default avatarHubert Mazur <hum@semihalf.com>
Signed-off-by: default avatarGrzegorz Bernacki <gjb@semihalf.com>
parent b093bbe7
No related branches found
No related tags found
Loading
Pipeline #289752 passed with stages
in 10 minutes and 18 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