ffmpeg/libavcodec/x86/vvc
Andreas Rheinhardt 3a1e63e007 avcodec/x86/vvc/alf: Avoid zeroing unnecessarily
In case of >8bpp, there is already a zero register available
(for clipping); in case of Unix64, one can simply use an
unused register. Doing so reduces codesize.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2026-03-30 13:51:53 +02:00
..
alf.asm avcodec/x86/vvc/alf: Avoid zeroing unnecessarily 2026-03-30 13:51:53 +02:00
dmvr.asm avcodec/vvcdec: remove vvc prefix for x86 and riscv 2024-12-22 21:00:06 +08:00
dsp_init.c avcodec/x86/vvc/alf: Avoid pointless wrappers for alf_filter 2026-03-06 20:02:42 +01:00
Makefile avcodec/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
mc.asm avcodec/vvc/inter: Combine offsets early 2026-02-25 12:08:33 +01:00
of.asm avcodec/x86/vvc/of: Don't use ymm regs where xmm are sufficient 2026-03-30 13:51:53 +02:00
sad.asm avcodec/vvcdec: remove vvc prefix for x86 and riscv 2024-12-22 21:00:06 +08:00
sao.asm x86/vvcdec: sao, add avx2 support 2025-05-14 20:55:39 +08:00
sao_10bit.asm avcodec/x86/vvc/sao_10bit: Remove unused functions 2025-09-26 06:21:26 +02:00