[x265-commits] [x265] pixel: disable intrinsic cvt32to16_shr; it is causing has...
Steve Borho
steve at borho.org
Thu Oct 17 01:32:03 CEST 2013
details: http://hg.videolan.org/x265/rev/258394d8ab91
branches:
changeset: 4503:258394d8ab91
user: Steve Borho <steve at borho.org>
date: Wed Oct 16 18:30:40 2013 -0500
description:
pixel: disable intrinsic cvt32to16_shr; it is causing hash mismatches
diffstat:
source/common/vec/pixel-sse3.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 63a63e668fb7 -r 258394d8ab91 source/common/vec/pixel-sse3.cpp
--- a/source/common/vec/pixel-sse3.cpp Wed Oct 16 18:15:03 2013 -0500
+++ b/source/common/vec/pixel-sse3.cpp Wed Oct 16 18:30:40 2013 -0500
@@ -635,7 +635,7 @@ void calcRecons(pixel* pred, short* resi
namespace x265 {
void Setup_Vec_PixelPrimitives_sse3(EncoderPrimitives &p)
{
- p.cvt32to16_shr = convert32to16_shr;
+ //p.cvt32to16_shr = convert32to16_shr;
p.cvt16to32_shl = convert16to32_shl;
p.cvt16to16_shl = convert16to16_shl;
More information about the x265-commits
mailing list