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

Diff of /branches/release-1_2-branch/xvidcore/src/image/x86_asm/colorspace_yuv_mmx.asm

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

revision 1866, Thu May 28 14:15:53 2009 UTC revision 1867, Thu May 28 15:04:35 2009 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: colorspace_yuv_mmx.asm,v 1.10.2.1 2009-05-28 08:42:37 Isibaar Exp $  ; * $Id: colorspace_yuv_mmx.asm,v 1.10.2.2 2009-05-28 15:04:35 Isibaar Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# Line 133  Line 133 
133    pop DST    pop DST
134    
135  %ifdef ARCH_IS_X86_64  %ifdef ARCH_IS_X86_64
136    movsx _ECX, SRC_STRIDE    XVID_MOVSXD _ECX, SRC_STRIDE
137    add SRC, _ECX    add SRC, _ECX
138    mov ecx, DST_STRIDE    mov ecx, DST_STRIDE
139    add DST, _ECX    add DST, _ECX

Legend:
Removed from v.1866  
changed lines
  Added in v.1867

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