[cvs] / xvidcore / src / image / x86_asm / colorspace_yuv_mmx.asm Repository:
ViewVC logotype

Diff of /xvidcore/src/image/x86_asm/colorspace_yuv_mmx.asm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7, Tue Aug 19 09:06:48 2008 UTC revision 1.8, Tue Nov 11 20:46:24 2008 UTC
# Line 30  Line 30 
30                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
31                          global _%1:function %1.endfunc-%1                          global _%1:function %1.endfunc-%1
32                          %define %1 _%1:function %1.endfunc-%1                          %define %1 _%1:function %1.endfunc-%1
33                            %define ENDFUNC .endfunc
34                  %else                  %else
35                          global _%1                          global _%1
36                          %define %1 _%1                          %define %1 _%1
37                            %define ENDFUNC
38                  %endif                  %endif
39          %else          %else
40                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
41                          global %1:function %1.endfunc-%1                          global %1:function %1.endfunc-%1
42                            %define ENDFUNC .endfunc
43                  %else                  %else
44                          global %1                          global %1
45                            %define ENDFUNC
46                  %endif                  %endif
47          %endif          %endif
48  %endmacro  %endmacro
# Line 352  Line 356 
356    PLANE_FILL [u_dst], [uv_dst_stride], [width2], [height2], OPT    PLANE_FILL [u_dst], [uv_dst_stride], [width2], [height2], OPT
357    PLANE_FILL [v_dst], [uv_dst_stride], [width2], [height2], OPT    PLANE_FILL [v_dst], [uv_dst_stride], [width2], [height2], OPT
358    jmp near .Done_UVPlane    jmp near .Done_UVPlane
359  .endfunc  ENDFUNC
360  %endmacro  %endmacro
361    
362  ;=============================================================================  ;=============================================================================

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4