Commit 3df6e61d authored by Martin Vignali's avatar Martin Vignali

avfilter/x86/vf_hflip : indent

based on patch by Paul B Mahol
parent f1816481
...@@ -33,7 +33,7 @@ SECTION .text ...@@ -33,7 +33,7 @@ SECTION .text
%macro HFLIP 3 %macro HFLIP 3
cglobal hflip_%1, 3, 5, 3, src, dst, w, r, x cglobal hflip_%1, 3, 5, 3, src, dst, w, r, x
VBROADCASTI128 m0, [pb_flip_%1] VBROADCASTI128 m0, [pb_flip_%1]
xor xq, xq xor xq, xq
%if %3 == 1 %if %3 == 1
movsxdifnidn wq, wd movsxdifnidn wq, wd
%else ; short %else ; short
...@@ -63,9 +63,9 @@ cglobal hflip_%1, 3, 5, 3, src, dst, w, r, x ...@@ -63,9 +63,9 @@ cglobal hflip_%1, 3, 5, 3, src, dst, w, r, x
cmp xq, wq cmp xq, wq
jl .loop0 jl .loop0
cmp rq, 0 cmp rq, 0
je .end je .end
add wq, rq add wq, rq
.loop1: .loop1:
neg xq neg xq
...@@ -76,7 +76,7 @@ cglobal hflip_%1, 3, 5, 3, src, dst, w, r, x ...@@ -76,7 +76,7 @@ cglobal hflip_%1, 3, 5, 3, src, dst, w, r, x
cmp xq, wq cmp xq, wq
jl .loop1 jl .loop1
.end: .end:
RET RET
%endmacro %endmacro
INIT_XMM ssse3 INIT_XMM ssse3
......
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