Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2017-12-19 23:07:10 +0300
committerMartin Vignali <martin.vignali@gmail.com>2017-12-19 23:10:12 +0300
commit3df6e61dad85d44956b66a630f32bd7c86f41b30 (patch)
tree05d80b254487498e2420adaabaaadde38b4c7ebb /libavfilter/x86
parentf181648176c0d93851d4a89410bbdd9c85e1fa7c (diff)
avfilter/x86/vf_hflip : indent
based on patch by Paul B Mahol
Diffstat (limited to 'libavfilter/x86')
-rw-r--r--libavfilter/x86/vf_hflip.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/libavfilter/x86/vf_hflip.asm b/libavfilter/x86/vf_hflip.asm
index 6bd1782da4..285618954f 100644
--- a/libavfilter/x86/vf_hflip.asm
+++ b/libavfilter/x86/vf_hflip.asm
@@ -33,7 +33,7 @@ SECTION .text
%macro HFLIP 3
cglobal hflip_%1, 3, 5, 3, src, dst, w, r, x
VBROADCASTI128 m0, [pb_flip_%1]
- xor xq, xq
+ xor xq, xq
%if %3 == 1
movsxdifnidn wq, wd
%else ; short
@@ -63,9 +63,9 @@ cglobal hflip_%1, 3, 5, 3, src, dst, w, r, x
cmp xq, wq
jl .loop0
- cmp rq, 0
- je .end
- add wq, rq
+ cmp rq, 0
+ je .end
+ add wq, rq
.loop1:
neg xq
@@ -76,7 +76,7 @@ cglobal hflip_%1, 3, 5, 3, src, dst, w, r, x
cmp xq, wq
jl .loop1
.end:
-RET
+ RET
%endmacro
INIT_XMM ssse3