aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/vvc
Commit message (Expand)AuthorAgeFilesLines
* x86/vvcdec: sao, add avx2 supportShaun Loo2025-05-144-0/+229
* x86/vvcdec: misc, reordered functions in dsp_init for improved readabilityNuo Mi2025-05-141-19/+29
* avcodec/x86/constants: add pd_64James Almer2025-04-251-3/+3
* avcodec/x86/vvc/dsp_init: Make avg wrappers staticAndreas Rheinhardt2025-04-091-16/+4
* avcodec/x86/vvc/dsp_init: Make alf wrappers staticAndreas Rheinhardt2025-04-091-18/+6
* avcodec/x86/vvc/dsp_init: Make ff_vvc_apply_bdof_##bd##_avx2 staticAndreas Rheinhardt2025-04-091-15/+6
* avcodec/x86/vvc/dsp_init: Make put wrappers staticAndreas Rheinhardt2025-04-091-36/+15
* avcodec/vvcdec: remove vvc prefix for x86 and riscvNuo Mi2024-12-227-6/+6
* avcodec/x86/vvc: add prototypes for OF functionsJames Almer2024-11-111-5/+15
* x86/vvc: Fix build error for arch x86_32Zhao Zhili2024-11-111-0/+5
* x86/vvcdec: inter, add optical flow avx2 codeNuo Mi2024-08-313-0/+407
* x86/vvcdec: add dmvr avx2 codeNuo Mi2024-08-153-0/+399
* x86/vvc_alf: avoid overwriting for non-16 aligned widthsNuo Mi2024-06-251-10/+75
* avcodec/x86/vvc/vvc_alf: use xq to match ptrdiff_tWu Jianhua2024-05-311-4/+4
* avcodec/x86/vvc/vvc_alf: fix integer overflowWu Jianhua2024-05-311-1/+2
* libavcode/x86/vvc: change label to vvc_sad_16 to reflect block sizesStone Chen2024-05-291-2/+3
* libavcodec/x86/vvc/vvc_sad: fix assembler errorHaihao Xiang2024-05-231-2/+2
* libavcodec/x86/vvc: Add AVX2 DMVR SAD functions for VVCStone Chen2024-05-223-0/+140
* x86/vvc_alf: use the x86inc instruction macrosJames Almer2024-05-221-101/+101
* x86/vvc/vvcdsp_init: coalesce function initializersJames Almer2024-05-141-22/+15
* avcodec/x86/vvc/vvc_alf: add alf classify avx2 optimizationsWu Jianhua2024-05-142-0/+382
* avcodec/x86/vvc: add alf filter luma and chroma avx2 optimizationsWu Jianhua2024-05-143-1/+492
* avcodec/x86/vvc/vvcdsp_init: fix linking error when configuring with --disabl...Wu Jianhua2024-04-201-21/+25
* avcodec/x86/vvc/vvcdsp_init: add avg prototypesWu Jianhua2024-04-201-17/+28
* avcodec/x86/vvc/vvcdsp_init: add put prototypesWu Jianhua2024-04-201-1/+34
* avcodec/vvc: Rename vvc_?foo->fooAndreas Rheinhardt2024-04-041-4/+3
* makefile: Clean up missed object files with "make clean"Martin Storsjö2024-03-101-1/+1
* avcodec: Remove superfluous ';' outside of functionsAndreas Rheinhardt2024-02-211-12/+12
* avcodec/x86/vvc/vvcdsp_init: fix unresolved external symbol on ARCH_X86_32Wu Jianhua2024-02-071-38/+40
* x86/Makefile: fix hevc and vvc dependency of h2656dsp.oJames Almer2024-02-011-3/+3
* x86/vvc/vvc_mc: wrap the entire file in x86_64 and AVX2 checksJames Almer2024-02-011-5/+4
* x86/vvc/vvc_mc: set the correct number of used registers in vvc_w_avg functionsJames Almer2024-02-011-1/+1
* avcodec/x86/vvc: add avg and avg_w AVX2 optimizationsWu Jianhua2024-02-013-1/+357
* avcodec/vvcdec: reuse h26x/2656_inter.asm to enable x86 optimizationsWu Jianhua2024-02-012-0/+208