[x265] [PATCH] Clean up the white-space by lining up
praveen at multicorewareinc.com
praveen at multicorewareinc.com
Fri Jul 12 10:47:37 CEST 2013
# HG changeset patch
# User praveentiwari
# Date 1373618835 -19800
# Node ID c59b9fdc5121842a96725dad981991893ed38fe1
# Parent 0ed8bd42381e2020b50d519a06c29dbdf6c6124a
Clean up the white-space by lining up
diff -r 0ed8bd42381e -r c59b9fdc5121 source/Lib/TLibCommon/TComRdCost.cpp
--- a/source/Lib/TLibCommon/TComRdCost.cpp Fri Jul 12 14:11:53 2013 +0530
+++ b/source/Lib/TLibCommon/TComRdCost.cpp Fri Jul 12 14:17:15 2013 +0530
@@ -266,11 +266,11 @@
return xGetSADw(distParam);
}
- Pel* org = distParam->fenc;
- Pel* cur = distParam->fref;
- Int rows = distParam->rows;
- Int shift = distParam->subShift;
- Int step = (1 << shift);
+ Pel* org = distParam->fenc;
+ Pel* cur = distParam->fref;
+ Int rows = distParam->rows;
+ Int shift = distParam->subShift;
+ Int step = (1 << shift);
Int strideCur = distParam->frefstride * step;
Int strideOrg = distParam->fencstride * step;
UInt sum = 0;
More information about the x265-devel
mailing list