Commit d43d5c57 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/x86/hevc_mc: remove dead branch from EPEL_FILTER

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ae816807
......@@ -127,13 +127,8 @@ QPEL_TABLE 12, 4, w, sse4
%endif
sub %2q, 1
shl %2q, 5 ; multiply by 32
%if %0 == 2
movdqa m14, [rfilterq + %2q] ; get 2 first values of filters
movdqa m15, [rfilterq + %2q+16] ; get 2 last values of filters
%else
movdqa %3, [rfilterq + %2q] ; get 2 first values of filters
movdqa %4, [rfilterq + %2q+16] ; get 2 last values of filters
%endif
%endmacro
%macro EPEL_HV_FILTER 1
......
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