[cvs] / xvidcore / src / motion / x86_asm / sad_3dne.asm Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/x86_asm/sad_3dne.asm

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

revision 1.6, Sun Aug 29 10:02:38 2004 UTC revision 1.9, Tue Nov 11 20:46:24 2008 UTC
# Line 33  Line 33 
33                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
34                          global _%1:function %1.endfunc-%1                          global _%1:function %1.endfunc-%1
35                          %define %1 _%1:function %1.endfunc-%1                          %define %1 _%1:function %1.endfunc-%1
36                            %define ENDFUNC .endfunc
37                  %else                  %else
38                          global _%1                          global _%1
39                          %define %1 _%1                          %define %1 _%1
40                            %define ENDFUNC
41                  %endif                  %endif
42          %else          %else
43                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
44                          global %1:function %1.endfunc-%1                          global %1:function %1.endfunc-%1
45                            %define ENDFUNC .endfunc
46                  %else                  %else
47                          global %1                          global %1
48                            %define ENDFUNC
49                  %endif                  %endif
50          %endif          %endif
51  %endmacro  %endmacro
# Line 180  Line 184 
184    movq mm1, [eax+2*ecx+8]    movq mm1, [eax+2*ecx+8]
185    psadbw mm3, mm4    psadbw mm3, mm4
186    
187    movq mm0, [dword eax+edx]    movq mm0, [eax+edx+0]
188    psadbw mm2, mm4    psadbw mm2, mm4
189    add eax, edx    add eax, edx
190    psadbw mm1, mm4    psadbw mm1, mm4
# Line 265  Line 269 
269    add eax, ecx    add eax, ecx
270    
271    ret    ret
272  .endfunc  ENDFUNC
273    
274    
275  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
# Line 320  Line 324 
324    movd eax, mm0    movd eax, mm0
325    
326   ret   ret
327  .endfunc  ENDFUNC
328    
329    
330  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
# Line 365  Line 369 
369    movd eax, mm6    movd eax, mm6
370    
371    ret    ret
372  .endfunc  ENDFUNC
373    
374  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
375  ;  ;
# Line 441  Line 445 
445    movd eax, mm6    movd eax, mm6
446    
447   ret   ret
448  .endfunc  ENDFUNC
449    
450    
451  ;===========================================================================  ;===========================================================================
# Line 500  Line 504 
504    movd eax, mm7    movd eax, mm7
505    
506    ret    ret
507  .endfunc  ENDFUNC
508    
509    
510    %ifidn __OUTPUT_FORMAT__,elf
511    section ".note.GNU-stack" noalloc noexec nowrite progbits
512    %endif
513    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.9

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