<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><DIV>>+cglobal intra_pred_ang16_33, 4,7,8<BR>>+    xor         r6d,       r6d<BR>>+    inc         r6d<BR>>+    xchg        r2,        r3<BR>>+    lea         r3,        [ang_table + 16 * 16]<BR>you didn't need r3 anymore, so 'mov r2, r3' is faster</DIV>
<DIV> </DIV>
<DIV>>+    add         r1,        r1<BR>>+    lea         r4,        [r1 * 3]<BR>>+<BR>>+    call        ang16_mode_3_33<BR>move ang16_mode_3_33 near this function is more cache performance<BR></DIV>
<DIV><BR>>+    lea         r2,        [r2 + 16]<BR>>+    lea         r0,        [r0 + 16]<BR>>+<BR>>+    call        ang16_mode_3_33<BR>>+<BR>>+    RET<BR>>+<BR></DIV></div>