<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><DIV>At 2013-10-31 03:58:37,"Jason Garrett-Glaser" <jason@x264.com> wrote:<BR>><BR>>> +cglobal interp_8tap_vert_pp_%1x%2, 4, 7, 7<BR>>> +    mov         r4d,       r4m<BR>><BR>>Is this the same as just doing cglobal interp_8tap_vert_pp_%1x%2, 5, 7, 7 ?<BR>><BR>When we use 5 of autometic params load, it will load as 64-bits sometime, the high part is wrong value, so we have to use r4d to load as 32-bits.</DIV>
<DIV> </DIV></div>