chiyotsai | 5971960 | 2022-09-07 13:16:54 -0700 | [diff] [blame] | 1 | URL: https://gitlab.com/AOMediaCodec/SVT-AV1 |
| 2 | |
| 3 | Version: 8ff99c90359330d2e807757c9425560bbc452ff3 |
| 4 | License: BSD-3-clause clear |
| 5 | License File: LICENSE.md |
| 6 | |
| 7 | Description: |
| 8 | Port the x86 intrinsics used for single reference convolve reconstructions. |
| 9 | |
| 10 | Local Changes: |
| 11 | Only ported the functions pertinent to single reference convolves. |
| 12 | All functions are made static inline to avoid function call overheads. |
| 13 | References to some arrays are changed to libaom version when applicable. |
| 14 | Some extra intrinsic functions are added to support missing block sizes. |