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

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

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

revision 1.7, Tue Aug 10 21:58:55 2004 UTC revision 1.9, Sun Aug 29 10:02:38 2004 UTC
# Line 26  Line 26 
26    
27  %macro cglobal 1  %macro cglobal 1
28          %ifdef PREFIX          %ifdef PREFIX
29                    %ifdef MARK_FUNCS
30                            global _%1:function %1.endfunc-%1
31                            %define %1 _%1:function %1.endfunc-%1
32                    %else
33                  global _%1                  global _%1
34                  %define %1 _%1                  %define %1 _%1
35                    %endif
36            %else
37                    %ifdef MARK_FUNCS
38                            global %1:function %1.endfunc-%1
39          %else          %else
40                  global %1                  global %1
41          %endif          %endif
42            %endif
43  %endmacro  %endmacro
44    
45  ;=============================================================================  ;=============================================================================
# Line 128  Line 137 
137    lea ecx,[ecx+2*edx]    lea ecx,[ecx+2*edx]
138    COPY_H_SSE_RND1    COPY_H_SSE_RND1
139    ret    ret
140    .endfunc
141    
142  ;===========================================================================  ;===========================================================================
143  ;  ;
# Line 202  Line 212 
212    lea ecx,[ecx+2*edx]    lea ecx,[ecx+2*edx]
213    COPY_V_SSE_RND1    COPY_V_SSE_RND1
214    ret    ret
215    .endfunc
216    
217  ;===========================================================================  ;===========================================================================
218  ;  ;
# Line 340  Line 351 
351    add ecx, edx    add ecx, edx
352    COPY_HV_SSE_RND1    COPY_HV_SSE_RND1
353    ret    ret
354    .endfunc
355    
356  ;===========================================================================  ;===========================================================================
357  ;  ;
# Line 407  Line 419 
419    lea ecx,[ecx+2*edx]    lea ecx,[ecx+2*edx]
420    ADD_FF 0, edx    ADD_FF 0, edx
421    EPILOG    EPILOG
422    .endfunc
423    
424  ;===========================================================================  ;===========================================================================
425  ;  ;
# Line 482  Line 495 
495    lea ecx,[ecx+2*edx]    lea ecx,[ecx+2*edx]
496    ADD_FH_RND1 0, edx    ADD_FH_RND1 0, edx
497    EPILOG    EPILOG
498    .endfunc
499    
500    
501  ;===========================================================================  ;===========================================================================
# Line 557  Line 571 
571    lea ecx,[ecx+2*edx]    lea ecx,[ecx+2*edx]
572    ADD_8_HF_RND1    ADD_8_HF_RND1
573    EPILOG    EPILOG
574    .endfunc
575    
576  ; 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
577  ; 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 696  Line 711 
711    ADD_HH_RND1    ADD_HH_RND1
712    
713    EPILOG    EPILOG
714    .endfunc
715    

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

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