[svn] / trunk / xvidcore / src / image / x86_asm / interpolate8x8_mmx.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/image/x86_asm/interpolate8x8_mmx.asm

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

revision 1539, Sun Aug 29 05:32:29 2004 UTC revision 1540, Sun Aug 29 10:02:38 2004 UTC
# Line 27  Line 27 
27  %macro cglobal 1  %macro cglobal 1
28          %ifdef PREFIX          %ifdef PREFIX
29                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
30                          global _%1:function                          global _%1:function %1.endfunc-%1
31                          %define %1 _%1:function                          %define %1 _%1:function %1.endfunc-%1
32                  %else                  %else
33                          global _%1                          global _%1
34                          %define %1 _%1                          %define %1 _%1
35                  %endif                  %endif
36          %else          %else
37                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
38                          global %1:function                          global %1:function %1.endfunc-%1
39                  %else                  %else
40                          global %1                          global %1
41                  %endif                  %endif
# Line 185  Line 185 
185    pop esi    pop esi
186    
187    ret    ret
188    .endfunc
189    
190    
191  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
# Line 244  Line 245 
245    pop esi    pop esi
246    
247    ret    ret
248    .endfunc
249    
250    
251  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
# Line 335  Line 337 
337    pop esi    pop esi
338    
339    ret    ret
340    .endfunc
341    
342  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
343  ;  ;
# Line 509  Line 512 
512    
513    pop ebx    pop ebx
514    ret    ret
515    .endfunc
516    
517    
518  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
# Line 697  Line 701 
701    pop edi    pop edi
702    pop ebx    pop ebx
703    ret    ret
704    .endfunc
705    
706    
707  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
# Line 807  Line 812 
812    LOWPASS_6TAP_H_MMX    LOWPASS_6TAP_H_MMX
813    
814    ret    ret
815    .endfunc
816    
817  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
818  ;  ;
# Line 924  Line 930 
930    
931    pop ebx    pop ebx
932    ret    ret
933    .endfunc
934    
935  ;===========================================================================  ;===========================================================================
936  ;  ;
# Line 1036  Line 1043 
1043    ADD_FF_MMX 1    ADD_FF_MMX 1
1044    ADD_FF_MMX 0    ADD_FF_MMX 0
1045    ret    ret
1046    .endfunc
1047    
1048  ;===========================================================================  ;===========================================================================
1049  ;  ;
# Line 1081  Line 1089 
1089    lea ecx,[ecx+edx]    lea ecx,[ecx+edx]
1090    ADD_FH_MMX    ADD_FH_MMX
1091    ret    ret
1092    .endfunc
1093    
1094  ;===========================================================================  ;===========================================================================
1095  ;  ;
# Line 1127  Line 1136 
1136    lea ecx,[ecx+edx]    lea ecx,[ecx+edx]
1137    ADD_HF_MMX    ADD_HF_MMX
1138    ret    ret
1139    .endfunc
1140    
1141  ; The trick is to correct the result of 'pavgb' with some combination of the  ; The trick is to correct the result of 'pavgb' with some combination of the
1142  ; lsb's of the 4 input values i,j,k,l, and their intermediate 'pavgb' (s and t).  ; lsb's of the 4 input values i,j,k,l, and their intermediate 'pavgb' (s and t).
# Line 1237  Line 1247 
1247    ADD_HH_MMX    ADD_HH_MMX
1248    
1249    ret    ret
1250    .endfunc
1251    

Legend:
Removed from v.1539  
changed lines
  Added in v.1540

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