[x265] [PATCH] assembly code for intra_pred_ang8_3

Jason Garrett-Glaser jason at x264.com
Fri Jan 17 07:00:55 CET 2014


+    movu        m0,        [r2 + 1]                   ; [16 15 14 13
12 11 10 9 8 7 6 5 4 3 2 1]
+    palignr     m1,        m0, 1                      ; [x 16 15 14
13 12 11 10 9 8 7 6 5 4 3 2]

Shouldn't this be pslrdq or similar?  The dependency on uninitialized
registers is a bit weird too...

Jason


More information about the x265-devel mailing list