@@ -111,7 +111,7 @@ INIT_MMX
111111;-----------------------------------------------------------------------------
112112; void x264_hpel_filter_v_mmxext( uint8_t *dst, uint8_t *src, int16_t *buf, int stride, int width );
113113;-----------------------------------------------------------------------------
114- c global x264_hpel_filter_v_% 1 , 5 , 6 , 1
114+ c global x264_hpel_filter_v_% 1 , 5 , 6
115115 lea r5 , [ r1 + r3 ]
116116 sub r1 , r3
117117 sub r1 , r3
@@ -148,7 +148,7 @@ HPEL_V mmxext
148148;-----------------------------------------------------------------------------
149149; void x264_hpel_filter_c_mmxext( uint8_t *dst, int16_t *buf, int width );
150150;-----------------------------------------------------------------------------
151- c global x264_hpel_filter_c_mmxext , 3 , 3 , 1
151+ c global x264_hpel_filter_c_mmxext , 3 , 3
152152 add r0 , r2
153153 lea r1 , [ r1 + r2 * 2 ]
154154 neg r2
@@ -177,7 +177,7 @@ cglobal x264_hpel_filter_c_mmxext, 3,3,1
177177;-----------------------------------------------------------------------------
178178; void x264_hpel_filter_h_mmxext( uint8_t *dst, uint8_t *src, int width );
179179;-----------------------------------------------------------------------------
180- c global x264_hpel_filter_h_mmxext , 3 , 3 , 1
180+ c global x264_hpel_filter_h_mmxext , 3 , 3
181181 add r0 , r2
182182 add r1 , r2
183183 neg r2
@@ -224,7 +224,7 @@ INIT_XMM
224224;-----------------------------------------------------------------------------
225225; void x264_hpel_filter_c_sse2( uint8_t *dst, int16_t *buf, int width );
226226;-----------------------------------------------------------------------------
227- c global x264_hpel_filter_c_% 1 , 3 , 3 , 1
227+ c global x264_hpel_filter_c_% 1 , 3 , 3
228228 add r0 , r2
229229 lea r1 , [ r1 + r2 * 2 ]
230230 neg r2
@@ -267,7 +267,7 @@ cglobal x264_hpel_filter_c_%1, 3,3,1
267267;-----------------------------------------------------------------------------
268268; void x264_hpel_filter_h_sse2( uint8_t *dst, uint8_t *src, int width );
269269;-----------------------------------------------------------------------------
270- c global x264_hpel_filter_h_sse2 , 3 , 3 , 1
270+ c global x264_hpel_filter_h_sse2 , 3 , 3
271271 add r0 , r2
272272 add r1 , r2
273273 neg r2
0 commit comments