[x265] [PATCH] asm: code for addAvg luma and chroma all sizes

Jason Garrett-Glaser jason at x264.com
Sun Jan 19 01:07:23 CET 2014


+    movh           m0,             [r2 + 16]
+    movh           m1,             [r2 + 16 + 2 * r3]
+    movh           m2,             [r4 + 16]
+    movh           m3,             [r4 + 16 + 2 * r5]
+
+    punpcklqdq     m0,             m1
+    punpcklqdq     m2,             m3

Can't this be replaced by movh + movhps?

Jason


More information about the x265-devel mailing list