# HG changeset patch
# User Min Chen <[email protected]>
# Date 1454669596 -28800
# Node ID 00d5efa52f591d6d8c8f8681c830fb75ea09c594
# Parent  33724cfd90827f3534ce26fbd7797946e2219208
Alignment struct size to 16 bytes to avoid address compute cost

diff -r 33724cfd9082 -r 00d5efa52f59 source/encoder/slicetype.h
--- a/source/encoder/slicetype.h        Thu Feb 04 13:29:41 2016 +0800
+++ b/source/encoder/slicetype.h        Fri Feb 05 18:53:16 2016 +0800
@@ -213,6 +213,7 @@
         int  costEst;
         int  costEstAq;
         int  intraMbs;
+        int  _pad_to_16bytes;
     } m_slice[MAX_COOP_SLICES];
 
     int64_t singleCost(int p0, int p1, int b, bool intraPenalty = false);

_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to