blob: ff365057eb86b560b48c48e2cfcee3d6705efc8b [file] [log] [blame]
chiyotsai59719602022-09-07 13:16:54 -07001URL: 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.