aboutsummaryrefslogtreecommitdiff
path: root/third_party/SVT-AV1/README.libaom
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/SVT-AV1/README.libaom')
-rw-r--r--third_party/SVT-AV1/README.libaom14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/SVT-AV1/README.libaom b/third_party/SVT-AV1/README.libaom
new file mode 100644
index 000000000..ff365057e
--- /dev/null
+++ b/third_party/SVT-AV1/README.libaom
@@ -0,0 +1,14 @@
+URL: https://gitlab.com/AOMediaCodec/SVT-AV1
+
+Version: 8ff99c90359330d2e807757c9425560bbc452ff3
+License: BSD-3-clause clear
+License File: LICENSE.md
+
+Description:
+Port the x86 intrinsics used for single reference convolve reconstructions.
+
+Local Changes:
+Only ported the functions pertinent to single reference convolves.
+All functions are made static inline to avoid function call overheads.
+References to some arrays are changed to libaom version when applicable.
+Some extra intrinsic functions are added to support missing block sizes.