[svn] / trunk / xvidcore / src / motion / x86_asm / sad_3dn.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/motion/x86_asm/sad_3dn.asm

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

revision 1792, Tue Sep 2 12:23:30 2008 UTC revision 1793, Tue Nov 11 20:46:24 2008 UTC
# Line 19  Line 19 
19  ; *  along with this program; if not, write to the Free Software  ; *  along with this program; if not, write to the Free Software
20  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21  ; *  ; *
22  ; * $Id: sad_3dn.asm,v 1.10 2008-08-19 09:06:48 Isibaar Exp $  ; * $Id: sad_3dn.asm,v 1.11 2008-11-11 20:46:24 Isibaar Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# Line 30  Line 30 
30                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
31                          global _%1:function %1.endfunc-%1                          global _%1:function %1.endfunc-%1
32                          %define %1 _%1:function %1.endfunc-%1                          %define %1 _%1:function %1.endfunc-%1
33                            %define ENDFUNC .endfunc
34                  %else                  %else
35                          global _%1                          global _%1
36                          %define %1 _%1                          %define %1 _%1
37                            %define ENDFUNC
38                  %endif                  %endif
39          %else          %else
40                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
41                          global %1:function %1.endfunc-%1                          global %1:function %1.endfunc-%1
42                            %define ENDFUNC .endfunc
43                  %else                  %else
44                          global %1                          global %1
45                            %define ENDFUNC
46                  %endif                  %endif
47          %endif          %endif
48  %endmacro  %endmacro
# Line 160  Line 164 
164    
165    pxor mm6, mm6 ; accum2    pxor mm6, mm6 ; accum2
166    pxor mm7, mm7    pxor mm7, mm7
167  .Loop  .Loop:
168    SADBI_16x16_3DN    SADBI_16x16_3DN
169    SADBI_16x16_3DN    SADBI_16x16_3DN
170    SADBI_16x16_3DN    SADBI_16x16_3DN
# Line 189  Line 193 
193    pop ebx    pop ebx
194    
195    ret    ret
196  .endfunc  ENDFUNC
197    
198  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
199  ;  ;
# Line 210  Line 214 
214    
215    pxor mm6, mm6 ; accum2    pxor mm6, mm6 ; accum2
216    pxor mm7, mm7    pxor mm7, mm7
217  .Loop  .Loop:
218    SADBI_8x8_3DN    SADBI_8x8_3DN
219    SADBI_8x8_3DN    SADBI_8x8_3DN
220    SADBI_8x8_3DN    SADBI_8x8_3DN
# Line 226  Line 230 
230    pop ebx    pop ebx
231    
232    ret    ret
233  .endfunc  ENDFUNC
234    
235    
236  %ifidn __OUTPUT_FORMAT__,elf  %ifidn __OUTPUT_FORMAT__,elf

Legend:
Removed from v.1792  
changed lines
  Added in v.1793

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