[x265] [PATCH 3 of 3] asm: enable SSE2 of sad[8x16]
Min Chen
chenm003 at 163.com
Tue Jul 14 02:55:01 CEST 2015
# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1436834282 25200
# Node ID 3eefabb98babc68e8624260c7e1787693e8adeca
# Parent ec16d0d21987893aab1da59679b0f1f2bafc78a0
asm: enable SSE2 of sad[8x16]
---
source/common/x86/asm-primitives.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff -r ec16d0d21987 -r 3eefabb98bab source/common/x86/asm-primitives.cpp
--- a/source/common/x86/asm-primitives.cpp Mon Jul 13 17:37:59 2015 -0700
+++ b/source/common/x86/asm-primitives.cpp Mon Jul 13 17:38:02 2015 -0700
@@ -889,6 +889,7 @@
p.pu[LUMA_16x16].sad = PFX(pixel_sad_16x16_sse2);
p.pu[LUMA_16x8].sad = PFX(pixel_sad_16x8_sse2);
+ p.pu[LUMA_8x16].sad = PFX(pixel_sad_8x16_sse2);
HEVC_SAD(sse2);
p.pu[LUMA_4x4].sad_x3 = PFX(pixel_sad_x3_4x4_mmx2);
More information about the x265-devel
mailing list