[x265] [PATCH] fix issue #144 10-bit x265 hangs from 1.7+170-4948aeae8a18 on Win7 64-bit
dnyaneshwar at multicorewareinc.com
dnyaneshwar at multicorewareinc.com
Wed Jun 17 11:13:11 CEST 2015
# HG changeset patch
# User Dnyaneshwar G <dnyaneshwar at multicorewareinc.com>
# Date 1434531332 -19800
# Wed Jun 17 14:25:32 2015 +0530
# Node ID 2641b93d208f56135a93f012f7eda12e8734ebea
# Parent 6a0d45aa41260a58971bac62b8f466d9d85c5fa3
fix issue #144 10-bit x265 hangs from 1.7+170-4948aeae8a18 on Win7 64-bit
diff -r 6a0d45aa4126 -r 2641b93d208f source/common/x86/asm-primitives.cpp
--- a/source/common/x86/asm-primitives.cpp Wed Jun 17 12:39:48 2015 +0530
+++ b/source/common/x86/asm-primitives.cpp Wed Jun 17 14:25:32 2015 +0530
@@ -1041,8 +1041,6 @@
p.dst4x4 = PFX(dst4_ssse3);
p.cu[BLOCK_8x8].idct = PFX(idct8_ssse3);
- ALL_LUMA_TU(count_nonzero, count_nonzero, avx2);
-
p.frameInitLowres = PFX(frame_init_lowres_core_ssse3);
ALL_LUMA_PU(convert_p2s, filterPixelToShort, ssse3);
More information about the x265-devel
mailing list