--- trunk/xvidcore/src/image/x86_asm/colorspace_mmx.inc 2004/08/29 10:02:38 1540 +++ trunk/xvidcore/src/image/x86_asm/colorspace_mmx.inc 2008/11/11 20:46:24 1793 @@ -115,7 +115,7 @@ neg edx ; x_stride = -x_stride -.dont_flip +.dont_flip: ; --- begin loop --- @@ -125,11 +125,11 @@ FUNC %+ _INIT ARG1, ARG2 ; call FUNC_INIT -.y_loop +.y_loop: mov [tmp_height], ebp mov ebp, [fixed_width] -.x_loop +.x_loop: FUNC ARG1, ARG2 ; call FUNC add edi, BYTES*PIXELS ; x_ptr += BYTES*PIXELS @@ -183,7 +183,7 @@ %undef fixed_width %undef tmp_height ret -.endfunc +ENDFUNC %undef NAME %undef STACK %undef BYTES