mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-15 11:51:33 +00:00
avfilter/x86/vf_threshold : cosmetic indent
This commit is contained in:
parent
9719d57b34
commit
6e3e696591
@ -32,15 +32,15 @@ SECTION .text
|
||||
|
||||
%macro THRESHOLD_8 0
|
||||
cglobal threshold8, 10, 13, 5, in, threshold, min, max, out, ilinesize, tlinesize, flinesize, slinesize, olinesize, w, h, x
|
||||
mov wd, dword wm
|
||||
mov hd, dword hm
|
||||
mov wd, dword wm
|
||||
mov hd, dword hm
|
||||
VBROADCASTI128 m4, [pb_128]
|
||||
add inq, wq
|
||||
add thresholdq, wq
|
||||
add minq, wq
|
||||
add maxq, wq
|
||||
add outq, wq
|
||||
neg wq
|
||||
add inq, wq
|
||||
add thresholdq, wq
|
||||
add minq, wq
|
||||
add maxq, wq
|
||||
add outq, wq
|
||||
neg wq
|
||||
.nextrow:
|
||||
mov xq, wq
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user