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 _______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
