xref: /aosp_15_r20/external/libaom/third_party/SVT-AV1/README.libaom (revision 77c1e3ccc04c968bd2bc212e87364f250e820521)
1*77c1e3ccSAndroid Build Coastguard WorkerURL: https://gitlab.com/AOMediaCodec/SVT-AV1
2*77c1e3ccSAndroid Build Coastguard Worker
3*77c1e3ccSAndroid Build Coastguard WorkerVersion: 8ff99c90359330d2e807757c9425560bbc452ff3
4*77c1e3ccSAndroid Build Coastguard WorkerLicense: BSD-3-clause clear
5*77c1e3ccSAndroid Build Coastguard WorkerLicense File: LICENSE.md
6*77c1e3ccSAndroid Build Coastguard Worker
7*77c1e3ccSAndroid Build Coastguard WorkerDescription:
8*77c1e3ccSAndroid Build Coastguard WorkerPort the x86 intrinsics used for single reference convolve reconstructions.
9*77c1e3ccSAndroid Build Coastguard Worker
10*77c1e3ccSAndroid Build Coastguard WorkerLocal Changes:
11*77c1e3ccSAndroid Build Coastguard WorkerOnly ported the functions pertinent to single reference convolves.
12*77c1e3ccSAndroid Build Coastguard WorkerAll functions are made static inline to avoid function call overheads.
13*77c1e3ccSAndroid Build Coastguard WorkerReferences to some arrays are changed to libaom version when applicable.
14*77c1e3ccSAndroid Build Coastguard WorkerSome extra intrinsic functions are added to support missing block sizes.
15*77c1e3ccSAndroid Build Coastguard WorkerUnaligned integer loads are changed to use functions from
16*77c1e3ccSAndroid Build Coastguard Workeraom_dsp/x86/mem_sse2.h.
17