mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/x86/vp9lpf: add a comment above a bunch of SWAP.
This commit is contained in:
parent
f0d368d758
commit
62d31307c1
@ -419,6 +419,8 @@ SECTION .text
|
||||
mova m14, [Q2]
|
||||
mova m15, [Q3]
|
||||
%else
|
||||
; In case of horizontal, P3..Q3 are already present in some registers due
|
||||
; to the previous transpose, so we just swap registers.
|
||||
SWAP 8, 4, 12
|
||||
SWAP 9, 5, 13
|
||||
SWAP 10, 6, 14
|
||||
|
Loading…
Reference in New Issue
Block a user