You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/x86/vf_threshold : cosmetic indent
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user