[x265] [PATCH] cleanup: forgot to remove some debug info

Min Chen chenm003 at 163.com
Wed Jun 19 14:31:44 CEST 2013


>From bfc9c419bbadfff6dbe1f94b2da6a7265dc60e65 Mon Sep 17 00:00:00 2001
From: Min Chen <chenm003 at 163.com>
Date: Wed, 19 Jun 2013 20:30:49 +0800
Subject: [PATCH] cleanup: forgot to remove some debug info

---
 source/common/vec/intrapred.inc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/source/common/vec/intrapred.inc b/source/common/vec/intrapred.inc
index da9f1e1..93d40c3 100644
--- a/source/common/vec/intrapred.inc
+++ b/source/common/vec/intrapred.inc
@@ -1672,7 +1672,6 @@ void xPredIntraAng4x4(int bitDepth, pixel* pDst, int dstStride, int width, int d
 }
 
 #else /* if HIGH_BIT_DEPTH */
-__m128i _tmp0, _tmp1;
 void xPredIntraAng4x4(int /*bitDepth*/, pixel* pDst, int dstStride, int width, int dirMode, pixel *refLeft, pixel *refAbove, bool bFilter = true)
 {
     int blkSize        = width;
@@ -1747,8 +1746,6 @@ void xPredIntraAng4x4(int /*bitDepth*/, pixel* pDst, int dstStride, int width, i
                 Vec8s row0 = extend_low(tmp16);
                 v_side -= v_side_0;
                 v_side = v_side >> 1;
-                _tmp0 = row0;
-                _tmp1 = v_side;
                 row0 += v_side;
                 row0 = min(max(0, row0), 255);
                 Vec16uc v_res(compress_unsafe(row0, 0));
-- 
1.8.3.msysgit.0




More information about the x265-devel mailing list