]> granicus.if.org Git - libx264/commit
aarch64: pixel: add 10bits sad functions
authorHubert Mazur <hum@semihalf.com>
Thu, 6 Oct 2022 11:37:53 +0000 (11:37 +0000)
committerHubert Mazur <hum@semihalf.com>
Fri, 28 Oct 2022 07:11:57 +0000 (07:11 +0000)
commit416e3eb2b52abb0a67e57599aba4f8be3003b36d
tree3a13ed67e788ccebc776a2d1129af5446585484e
parentb093bbe7d9bc642c8f24067cbdcc73bb43562eab
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: Hubert Mazur <hum@semihalf.com>
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
common/aarch64/pixel-a.S
common/aarch64/pixel.h
common/pixel.c