1
0
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:
Clément Bœsch 2014-04-20 21:33:58 +02:00
parent f0d368d758
commit 62d31307c1

View File

@ -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