[x265] [PATCH] 16bpp: enabled avt32to16_shr and cvt16to32_shl assembly code

dnyaneshwar at multicorewareinc.com dnyaneshwar at multicorewareinc.com
Wed Dec 4 07:44:12 CET 2013


# HG changeset patch
# User Dnyaneshwar G <dnyaneshwar at multicorewareinc.com>
# Date 1386139398 -19800
#      Wed Dec 04 12:13:18 2013 +0530
# Node ID 5b95aefb3aaec8e63e6cb54998b5add7e585841f
# Parent  3e6159dfd6a1b59beedf430894b997e848e9e3b1
16bpp: enabled avt32to16_shr and cvt16to32_shl assembly code

diff -r 3e6159dfd6a1 -r 5b95aefb3aae source/common/x86/asm-primitives.cpp
--- a/source/common/x86/asm-primitives.cpp	Wed Dec 04 11:43:58 2013 +0530
+++ b/source/common/x86/asm-primitives.cpp	Wed Dec 04 12:13:18 2013 +0530
@@ -554,6 +554,9 @@
         p.sad[LUMA_48x64] = x265_pixel_sad_48x64_sse2;
         p.sad[LUMA_24x32] = x265_pixel_sad_24x32_sse2;
         p.sad[LUMA_12x16] = x265_pixel_sad_12x16_sse2;
+
+        p.cvt32to16_shr = x265_cvt32to16_shr_sse2;
+        p.cvt16to32_shl = x265_cvt16to32_shl_sse2;
     }
     if (cpuMask & X265_CPU_SSSE3)
     {


More information about the x265-devel mailing list