mbox series

[FFmpeg-devel,v4,0/3] aarch64/vvc add w_avg and dmvr/dmvr_hv

Message ID tencent_2E3E108726D1A7D02AB09339DC5C8B8F6606@qq.com
Headers show
Series aarch64/vvc add w_avg and dmvr/dmvr_hv | expand

Message

Zhao Zhili Sept. 29, 2024, noon UTC
From: Zhao Zhili <zhilizhao@tencent.com>

v4:
1. Rewords on Apple ABI
2. Remove const on some local variables

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 |  52 ++++
 libavcodec/aarch64/vvc/inter.S    | 491 ++++++++++++++++++++++++++++--
 2 files changed, 526 insertions(+), 17 deletions(-)