Browse Source

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

tags/n2.3
Clément Bœsch 11 years ago
parent
commit
62d31307c1
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/x86/vp9lpf.asm

+ 2
- 0
libavcodec/x86/vp9lpf.asm View File

@@ -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…
Cancel
Save