Use load_unaligned mem_neon.h helpers in SAD and SAD4D
authorJonathan Wright <jonathan.wright@arm.com>
Tue, 31 Jan 2023 13:32:33 +0000 (13:32 +0000)
committerJonathan Wright <jonathan.wright@arm.com>
Tue, 31 Jan 2023 15:39:21 +0000 (15:39 +0000)
commit472c839c9f6e88e976faebdc05848e64e7f3945d
tree3497310f4647c59190ff3ed2b08a6aa5c657e93e
parent7a8ba7ea0286888b4462349504932edc42823e0e
Use load_unaligned mem_neon.h helpers in SAD and SAD4D

Use the load_unaligned helper functions in mem_neon.h to load strided
sequences of 4 bytes where alignment is not guaranteed in the Neon
SAD and SAD4D paths.

Change-Id: I941d226ef94fd7a633b09fc92165a00ba68a1501
vpx_dsp/arm/sad4d_neon.c
vpx_dsp/arm/sad_neon.c