mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-21 14:53:10 +00: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 m14, [Q2]
|
||||||
mova m15, [Q3]
|
mova m15, [Q3]
|
||||||
%else
|
%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 8, 4, 12
|
||||||
SWAP 9, 5, 13
|
SWAP 9, 5, 13
|
||||||
SWAP 10, 6, 14
|
SWAP 10, 6, 14
|
||||||
|
Loading…
Reference in New Issue
Block a user