From 62d31307c1c50af26eaba4896c23b66d8034c56d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sun, 20 Apr 2014 21:33:58 +0200 Subject: [PATCH] avcodec/x86/vp9lpf: add a comment above a bunch of SWAP. --- libavcodec/x86/vp9lpf.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/x86/vp9lpf.asm b/libavcodec/x86/vp9lpf.asm index 1e9c7bb902..c5db0caffb 100644 --- a/libavcodec/x86/vp9lpf.asm +++ b/libavcodec/x86/vp9lpf.asm @@ -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