aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-07-19 14:18:03 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-07-22 16:18:05 +0200
commitae2f048fd757f42bab563c4e4b0fbc75fa425242 (patch)
tree564d19047045a62e65b7753687642aea19fa427d
parentb435043abb3653004e5ffa8f66d686f227d07cfe (diff)
downloadffmpeg-ae2f048fd757f42bab563c4e4b0fbc75fa425242.tar.gz
avcodec/x86/hevc_deblock: cosmetics
cherry picked from commit f7843356253459e6010320292dbbc1e888a5249b Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/x86/hevc_deblock.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/hevc_deblock.asm b/libavcodec/x86/hevc_deblock.asm
index 1c13655aa4..a5619b6113 100644
--- a/libavcodec/x86/hevc_deblock.asm
+++ b/libavcodec/x86/hevc_deblock.asm
@@ -379,7 +379,7 @@ ALIGN 16
paddw m14, m9; 0d0+0d3, 1d0+1d3
;compare
- pcmpgtw m15, m13, m14; beta0, beta1
+ pcmpgtw m15, m13, m14
movmskps r13, m15 ;filtering mask 0d0 + 0d3 < beta0 (bit 2 or 3) , 1d0 + 1d3 < beta1 (bit 0 or 1)
test r13, r13
je .bypassluma