mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 21:45:10 +00:00
yadif: remove repeated check on width
The filter already checks that width (and height) are greater than 3. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7976d92dac
commit
1d3b14cac2
@ -220,8 +220,6 @@ cglobal yadif_filter_line, 4, 6, 8, 80, dst, prev, cur, next, w, prefs, \
|
||||
cglobal yadif_filter_line, 4, 7, 8, 80, dst, prev, cur, next, w, prefs, \
|
||||
mrefs, parity, mode
|
||||
%endif
|
||||
cmp DWORD wm, 0
|
||||
jle .ret
|
||||
%if ARCH_X86_32
|
||||
mov r4, r5mp
|
||||
mov r5, r6mp
|
||||
|
@ -250,8 +250,6 @@ cglobal yadif_filter_line_10bit, 4, 6, 8, 80, dst, prev, cur, next, w, \
|
||||
cglobal yadif_filter_line_10bit, 4, 7, 8, 80, dst, prev, cur, next, w, \
|
||||
prefs, mrefs, parity, mode
|
||||
%endif
|
||||
cmp DWORD wm, 0
|
||||
jle .ret
|
||||
%if ARCH_X86_32
|
||||
mov r4, r5mp
|
||||
mov r5, r6mp
|
||||
|
@ -313,8 +313,6 @@ cglobal yadif_filter_line_16bit, 4, 6, 8, 80, dst, prev, cur, next, w, \
|
||||
cglobal yadif_filter_line_16bit, 4, 7, 8, 80, dst, prev, cur, next, w, \
|
||||
prefs, mrefs, parity, mode
|
||||
%endif
|
||||
cmp DWORD wm, 0
|
||||
jle .ret
|
||||
%if ARCH_X86_32
|
||||
mov r4, r5mp
|
||||
mov r5, r6mp
|
||||
|
Loading…
Reference in New Issue
Block a user