Commit 6e3e6965 authored by Martin Vignali's avatar Martin Vignali

avfilter/x86/vf_threshold : cosmetic indent

parent 9719d57b
...@@ -32,15 +32,15 @@ SECTION .text ...@@ -32,15 +32,15 @@ SECTION .text
%macro THRESHOLD_8 0 %macro THRESHOLD_8 0
cglobal threshold8, 10, 13, 5, in, threshold, min, max, out, ilinesize, tlinesize, flinesize, slinesize, olinesize, w, h, x cglobal threshold8, 10, 13, 5, in, threshold, min, max, out, ilinesize, tlinesize, flinesize, slinesize, olinesize, w, h, x
mov wd, dword wm mov wd, dword wm
mov hd, dword hm mov hd, dword hm
VBROADCASTI128 m4, [pb_128] VBROADCASTI128 m4, [pb_128]
add inq, wq add inq, wq
add thresholdq, wq add thresholdq, wq
add minq, wq add minq, wq
add maxq, wq add maxq, wq
add outq, wq add outq, wq
neg wq neg wq
.nextrow: .nextrow:
mov xq, wq mov xq, wq
......
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