Commit 62d31307 authored by Clément Bœsch's avatar Clément Bœsch

avcodec/x86/vp9lpf: add a comment above a bunch of SWAP.

parent f0d368d7
...@@ -419,6 +419,8 @@ SECTION .text ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment