ffmpeg/libavcodec/x86/vvc
Andreas Rheinhardt 0ddece40c5 avcodec/x86/vvc/alf: Simplify vb_pos comparisons
The value of vb_pos at vb_bottom, vb_above is known
at compile-time, so one can avoid the modifications
to vb_pos and just compare against immediates.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2026-03-06 20:02:42 +01:00
..
alf.asm avcodec/x86/vvc/alf: Simplify vb_pos comparisons 2026-03-06 20:02:42 +01: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: Avoid jump 2026-03-06 20:02:41 +01: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