[x265] [PATCH] pixel: modified sse_sp16 to clear the bug
yuvaraj at multicorewareinc.com
yuvaraj at multicorewareinc.com
Tue Oct 15 08:00:52 CEST 2013
# HG changeset patch
# User Yuvaraj Venkatesh <yuvaraj at multicorewareinc.com>
# Date 1381816530 -19800
# Tue Oct 15 11:25:30 2013 +0530
# Node ID e116e391b0291b21b11a83a7f14c9c04dff64801
# Parent 48263b45f563a0e1bbd09dfef96b8db71cbefd78
pixel: modified sse_sp16 to clear the bug.
diff -r 48263b45f563 -r e116e391b029 source/common/vec/pixel-sse41.cpp
--- a/source/common/vec/pixel-sse41.cpp Tue Oct 15 11:24:23 2013 +0530
+++ b/source/common/vec/pixel-sse41.cpp Tue Oct 15 11:25:30 2013 +0530
@@ -5093,6 +5093,7 @@
{
__m128i T00, T01, T02;
__m128i T10, T11, T12, T13;
+ __m128i sign;
T00 = _mm_loadu_si128((__m128i*)(fenc));
T01 = _mm_loadu_si128((__m128i*)(fref));
More information about the x265-devel
mailing list