[x265] [PATCH] ipfilter: Fix for 16bpp build

deepthi at multicorewareinc.com deepthi at multicorewareinc.com
Tue Oct 15 09:16:23 CEST 2013


# HG changeset patch
# User Deepthi Nandakumar <deepthi at multicorewareinc.com>
# Date 1381821358 -19800
# Node ID 895422c4408040a004c3b07ee54d2e39c263c3ea
# Parent  2edba3fc63dfd72891564419bc6e50b616913356
ipfilter: Fix for 16bpp build

diff -r 2edba3fc63df -r 895422c44080 source/common/vec/ipfilter-sse41.cpp
--- a/source/common/vec/ipfilter-sse41.cpp	Mon Oct 14 14:39:57 2013 +0530
+++ b/source/common/vec/ipfilter-sse41.cpp	Tue Oct 15 12:45:58 2013 +0530
@@ -34,6 +34,7 @@
 #include <assert.h>
 #include <string.h>
 
+#if !HIGH_BIT_DEPTH
 namespace {
 ALIGN_VAR_32(const uint16_t, c_512[16]) =
 {
@@ -670,7 +671,8 @@
 }
 }
 
-#if HIGH_BIT_DEPTH
+#else
+
 #define INSTRSET 5
 #include "vectorclass.h"
 namespace {


More information about the x265-devel mailing list