[x265] [PATCH 0/2] Add Neon impl of planecopy_cp and weight_pp

Micro Daryl Robles microdaryl.robles at arm.com
Mon Apr 7 10:57:14 UTC 2025


Hi,

This patch series adds Neon intrinsic implementations of
planecopy_cp and weight_pp that work for both SBD and HBD.

This series is based on the master branch.

Many thanks,
Micro

Micro Daryl Robles (2):
  AArch64: Add SBD and HBD Neon implementation of planecopy_cp
  AArch64: Add SBD and HBD Neon implementation of weight_pp

 source/common/aarch64/asm-primitives.cpp |   4 -
 source/common/aarch64/fun-decls.h        |   3 -
 source/common/aarch64/pixel-prim.cpp     | 183 +++++++++++++++++++++++
 source/common/aarch64/pixel-util.S       | 144 ------------------
 source/test/pixelharness.cpp             |  50 +++++--
 5 files changed, 217 insertions(+), 167 deletions(-)

-- 
2.34.1



More information about the x265-devel mailing list