[svn] / branches / release-1_2-branch / xvidcore / src / bitstream / x86_asm / cbp_sse2.asm Repository:
ViewVC logotype

Diff of /branches/release-1_2-branch/xvidcore/src/bitstream/x86_asm/cbp_sse2.asm

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

revision 1837, Mon Dec 1 16:35:47 2008 UTC revision 1838, Mon Dec 1 17:27:03 2008 UTC
# Line 20  Line 20 
20  ; *  along with this program ; if not, write to the Free Software  ; *  along with this program ; if not, write to the Free Software
21  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22  ; *  ; *
23  ; * $Id: cbp_sse2.asm,v 1.10 2008-11-26 01:04:34 Isibaar Exp $  ; * $Id: cbp_sse2.asm,v 1.10.2.1 2008-12-01 17:27:03 Isibaar Exp $
24  ; *  ; *
25  ; ***************************************************************************/  ; ***************************************************************************/
26    
# Line 76  Line 76 
76    mov _EDX, prm1           ; coeff[]    mov _EDX, prm1           ; coeff[]
77    xor _EAX, _EAX           ; cbp = 0    xor _EAX, _EAX           ; cbp = 0
78    
79      PUSH_XMM6_XMM7
80    
81    movdqu xmm7, [ignore_dc] ; mask to ignore dc value    movdqu xmm7, [ignore_dc] ; mask to ignore dc value
82    pxor xmm6, xmm6          ; zero    pxor xmm6, xmm6          ; zero
83    
# Line 109  Line 111 
111    or _EAX, (1<<0)    or _EAX, (1<<0)
112    
113  .finished:  .finished:
114    
115      POP_XMM6_XMM7
116          ret          ret
117  ENDFUNC  ENDFUNC
118    

Legend:
Removed from v.1837  
changed lines
  Added in v.1838

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