[FFmpeg-devel] [PATCH v3 0/3] aarch64/vvc add w_avg and dmvr/dmvr_hv

Zhao Zhili quinkblack at foxmail.com
Thu Sep 26 18:56:39 EEST 2024


From: Zhao Zhili <zhilizhao at tencent.com>

v3:
1. Remove some const modifier in function prototypes
2. Use 'uaddl' to replace 'uxtl then add' in patch 3/3

Zhao Zhili (3):
  aarch64/vvc: Add w_avg
  aarch64/vvc: Add dmvr_hv
  aarch64/vvc: Add dmvr

 libavcodec/aarch64/vvc/dsp_init.c |  50 +++
 libavcodec/aarch64/vvc/inter.S    | 491 ++++++++++++++++++++++++++++--
 2 files changed, 524 insertions(+), 17 deletions(-)

-- 
2.46.0



More information about the ffmpeg-devel mailing list