Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2022-09-07 03:06:25 +0300
committerHenrik Gramner <henrik@gramner.com>2022-09-07 03:09:49 +0300
commit58b15237eef865b2673fc3eecf5a07735db32545 (patch)
tree0415ea8914888d1adff44db94fcad66334355d82 /src/x86/itx16_avx2.asm
parent895fed08e1de3d0a90c9ecd588cf61d8eee8457b (diff)
x86: Fix an alignment issue in 8-bit AVX-512 loop restoration
We don't have a separate 8-bit AVX-512 5-tap Wiener filter so the 7-tap function is used for chroma as well, and in some esoteric edge cases chroma dst pointers may only have a 32-byte alignment despite having a width larger than 32, so use an unaligned store as a workaround.
Diffstat (limited to 'src/x86/itx16_avx2.asm')
0 files changed, 0 insertions, 0 deletions