# HG changeset patch # User rbultje # Date 1279309352 0 # Node ID eda3a4e59ec50f02d2610118212097f1bb7c80eb # Parent 57038190cc5f24718f5d0252a542d139a2b9d572 Remove duplicate define. diff -r 57038190cc5f -r eda3a4e59ec5 x86/vp8dsp.asm --- a/x86/vp8dsp.asm Fri Jul 16 19:38:10 2010 +0000 +++ b/x86/vp8dsp.asm Fri Jul 16 19:42:32 2010 +0000 @@ -1374,7 +1374,7 @@ SIMPLE_LOOPFILTER sse2, h, 6 ;----------------------------------------------------------------------------- -; void vp8_h/v_loop_filter_inner_(uint8_t *dst, int stride, +; void vp8_h/v_loop_filter_inner_(uint8_t *dst, [uint8_t *v,] int stride, ; int flimE, int flimI, int hev_thr); ;----------------------------------------------------------------------------- @@ -1382,7 +1382,6 @@ 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