[cvs] / xvidcore / src / quant / x86_asm / quantize_mpeg_mmx.asm Repository:
ViewVC logotype

Diff of /xvidcore/src/quant/x86_asm/quantize_mpeg_mmx.asm

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

revision 1.3, Sat Jul 24 11:46:08 2004 UTC revision 1.5, Sun Aug 29 10:02:38 2004 UTC
# Line 31  Line 31 
31    
32  %macro cglobal 1  %macro cglobal 1
33          %ifdef PREFIX          %ifdef PREFIX
34                    %ifdef MARK_FUNCS
35                            global _%1:function %1.endfunc-%1
36                            %define %1 _%1:function %1.endfunc-%1
37                    %else
38                  global _%1                  global _%1
39                  %define %1 _%1                  %define %1 _%1
40                    %endif
41            %else
42                    %ifdef MARK_FUNCS
43                            global %1:function %1.endfunc-%1
44          %else          %else
45                  global %1                  global %1
46          %endif          %endif
47            %endif
48  %endmacro  %endmacro
49    
50  %macro cextern 1  %macro cextern 1
# Line 313  Line 322 
322    cmp ecx,16    cmp ecx,16
323    jnz near .q2loop    jnz near .q2loop
324    jmp near .done    jmp near .done
325    .endfunc
326    
327  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
328  ;  ;
# Line 445  Line 454 
454    
455    jmp .done    jmp .done
456    
   
457  ALIGN 16  ALIGN 16
458  .q2loop  .q2loop
459    movq mm0, [esi + 8*ecx]       ; mm0 = [1st]    movq mm0, [esi + 8*ecx]       ; mm0 = [1st]
# Line 486  Line 494 
494    jnz near .q2loop    jnz near .q2loop
495    
496    jmp .done    jmp .done
497    .endfunc
498    
499    
500  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
# Line 625  Line 634 
634    pop ebx    pop ebx
635    
636    ret    ret
637    .endfunc
638    
639  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
640  ;  ;
# Line 738  Line 748 
748    pop ebx    pop ebx
749    
750    ret    ret
751    .endfunc
752    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

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