aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/vvc
Commit message (Expand)AuthorAgeFilesLines
* 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