# HG changeset patch # User rbultje # Date 1279310065 0 # Node ID 60813b4f8c6693ba1cba21616d0df3b3b24b2098 # Parent eda3a4e59ec50f02d2610118212097f1bb7c80eb Revert 24270, it contained some stuff that shouldn't have been in there. diff -r eda3a4e59ec5 -r 60813b4f8c66 x86/vp8dsp.asm --- a/x86/vp8dsp.asm Fri Jul 16 19:42:32 2010 +0000 +++ b/x86/vp8dsp.asm Fri Jul 16 19:54:25 2010 +0000 @@ -1374,7 +1374,7 @@ SIMPLE_LOOPFILTER sse2, h, 6 ;----------------------------------------------------------------------------- -; void vp8_h/v_loop_filter_inner_(uint8_t *dst, [uint8_t *v,] int stride, +; void vp8_h/v_loop_filter_inner_(uint8_t *dst, int stride, ; int flimE, int flimI, int hev_thr); ;----------------------------------------------------------------------------- @@ -1382,6 +1382,7 @@ cglobal vp8_%2_loop_filter16_inner_%1, 5, %3, %4 %define dst_reg r0 %define mstride_reg r1 +%define stride_reg r2 %define E_reg r2 %define I_reg r3 %define hev_thr_reg r4