[x265] [PATCH 0/5] AArch64: Add Neon/Unroll impl of pelFilters

Micro Daryl Robles microdaryl.robles at arm.com
Tue Feb 11 15:19:27 UTC 2025


Hi,

This patch series adds Neon intrinsic implementations of
pelFilterLumaStrong and unrolls the existing C implementation of
pelFilterChroma.

This series is based on the master branch.

Many thanks,
Micro

Micro Daryl Robles (5):
  AArch64: Add Neon implementation of pelFilterLumaStrong_V
  AArch64: Add Neon implementation of pelFilterLumaStrong_H
  Change the test conditions for pelFilterChroma in PixelHarness
  Unroll C implementation of pelFilterChroma_V
  Unroll C implementation of pelFilterChroma_H

 source/common/aarch64/loopfilter-prim.cpp | 130 ++++++++++++++++++++++
 source/common/loopfilter.cpp              | 106 ++++++++++++++----
 source/test/pixelharness.cpp              | 109 +++++++++++-------
 3 files changed, 283 insertions(+), 62 deletions(-)

-- 
2.34.1



More information about the x265-devel mailing list