<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><DIV>>+#define ADDAVG(func, args)  \<BR>>+    void func ## _sse2 args; \<BR>>+    void func ## _sse4 args;<BR>>+ADDAVG(x265_addAvg_2x4,    (int16_t*, int16_t*, pixel*, intptr_t, intptr_t, intptr_t))<BR></DIV>
<DIV>I suggest put prefix x265_ into macro, so we can simple modify it in future</DIV>
<DIV>other code is fine.</DIV></div>