mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Revert "avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H"
The change was not correct and broke H264 This reverts commit cd83f899c94f691b045697d12efa21f83eb2329f.
This commit is contained in:
parent
9637c2531f
commit
95b59bfb9d
@ -107,8 +107,8 @@
|
||||
.macro transpose_4x4H r0, r1, r2, r3, r4, r5, r6, r7
|
||||
trn1 \r4\().4H, \r0\().4H, \r1\().4H
|
||||
trn2 \r5\().4H, \r0\().4H, \r1\().4H
|
||||
trn1 \r7\().4H, \r2\().4H, \r3\().4H
|
||||
trn2 \r6\().4H, \r2\().4H, \r3\().4H
|
||||
trn1 \r7\().4H, \r3\().4H, \r2\().4H
|
||||
trn2 \r6\().4H, \r3\().4H, \r2\().4H
|
||||
trn1 \r0\().2S, \r4\().2S, \r7\().2S
|
||||
trn2 \r3\().2S, \r4\().2S, \r7\().2S
|
||||
trn1 \r1\().2S, \r5\().2S, \r6\().2S
|
||||
|
Loading…
x
Reference in New Issue
Block a user