Name Date Size #Lines LOC

..--

EbMemory_AVX2.hH A D25-Apr-20254.4 KiB11181

EbMemory_SSE4_1.hH A D25-Apr-20251.4 KiB4020

LICENSE.mdH A D25-Apr-20251.7 KiB3325

PATENTS.mdH A D25-Apr-20255.6 KiB10885

README.libaomH A D25-Apr-2025621 1713

convolve_2d_avx2.hH A D25-Apr-202538.9 KiB1,200996

convolve_avx2.hH A D25-Apr-2025133.6 KiB3,3362,748

synonyms.hH A D25-Apr-20251.3 KiB3216

README.libaom

1URL: https://gitlab.com/AOMediaCodec/SVT-AV1
2
3Version: 8ff99c90359330d2e807757c9425560bbc452ff3
4License: BSD-3-clause clear
5License File: LICENSE.md
6
7Description:
8Port the x86 intrinsics used for single reference convolve reconstructions.
9
10Local Changes:
11Only ported the functions pertinent to single reference convolves.
12All functions are made static inline to avoid function call overheads.
13References to some arrays are changed to libaom version when applicable.
14Some extra intrinsic functions are added to support missing block sizes.
15Unaligned integer loads are changed to use functions from
16aom_dsp/x86/mem_sse2.h.
17