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

Diff of /trunk/xvidcore/src/quant/x86_asm/quantize_mpeg_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 21  Line 21 
21  ; *  along with this program ; if not, write to the Free Software  ; *  along with this program ; if not, write to the Free Software
22  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23  ; *  ; *
24  ; * $Id: quantize_mpeg_mmx.asm,v 1.4 2004-08-22 11:46:10 edgomez Exp $  ; * $Id: quantize_mpeg_mmx.asm,v 1.5 2004-08-29 10:02:38 edgomez Exp $
25  ; *  ; *
26  ; *************************************************************************/  ; *************************************************************************/
27    
# Line 32  Line 32 
32  %macro cglobal 1  %macro cglobal 1
33          %ifdef PREFIX          %ifdef PREFIX
34                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
35                          global _%1:function                          global _%1:function %1.endfunc-%1
36                          %define %1 _%1:function                          %define %1 _%1:function %1.endfunc-%1
37                  %else                  %else
38                          global _%1                          global _%1
39                          %define %1 _%1                          %define %1 _%1
40                  %endif                  %endif
41          %else          %else
42                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
43                          global %1:function                          global %1:function %1.endfunc-%1
44                  %else                  %else
45                          global %1                          global %1
46                  %endif                  %endif
# Line 322  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 454  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 495  Line 494 
494    jnz near .q2loop    jnz near .q2loop
495    
496    jmp .done    jmp .done
497    .endfunc
498    
499    
500  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
# Line 634  Line 634 
634    pop ebx    pop ebx
635    
636    ret    ret
637    .endfunc
638    
639  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
640  ;  ;
# Line 747  Line 748 
748    pop ebx    pop ebx
749    
750    ret    ret
751    .endfunc
752    

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