[x265] [PATCH] pixel: modified sse_sp24 to clear the bug
yuvaraj at multicorewareinc.com
yuvaraj at multicorewareinc.com
Tue Oct 15 08:01:15 CEST 2013
# HG changeset patch
# User Yuvaraj Venkatesh <yuvaraj at multicorewareinc.com>
# Date 1381816585 -19800
# Tue Oct 15 11:26:25 2013 +0530
# Node ID 112fe241204421960586942f0baf63885407b238
# Parent e116e391b0291b21b11a83a7f14c9c04dff64801
pixel: modified sse_sp24 to clear the bug.
diff -r e116e391b029 -r 112fe2412044 source/common/vec/pixel-sse41.cpp
--- a/source/common/vec/pixel-sse41.cpp Tue Oct 15 11:25:30 2013 +0530
+++ b/source/common/vec/pixel-sse41.cpp Tue Oct 15 11:26:25 2013 +0530
@@ -5127,6 +5127,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