[cvs] / xvidcore / src / image / x86_asm / yv12_to_yuyv_mmx.asm Repository:
ViewVC logotype

Diff of /xvidcore/src/image/x86_asm/yv12_to_yuyv_mmx.asm

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

revision 1.1.1.1, Fri Mar 8 02:44:50 2002 UTC revision 1.5, Mon Mar 22 22:36:24 2004 UTC
# Line 81  Line 81 
81                  mov ebx, [esp + 20 + 32]        ; width                  mov ebx, [esp + 20 + 32]        ; width
82                  mov eax, [esp + 20 + 8]         ; dst_stride                  mov eax, [esp + 20 + 8]         ; dst_stride
83                  sub eax, ebx                            ;                  sub eax, ebx                            ;
84                  add eax, eax                            ; eax = 2*(dst_stride - width)                  sub eax, ebx                            ; eax = dst_stride - (2 * width)
85                  push eax                                        ; [esp + 4] = dst_dif                  push eax                                        ; [esp + 4] = dst_dif
86                                                  ; STACK BASE = 24                                                  ; STACK BASE = 24
87    
# Line 224  Line 224 
224                  mov ebx, [esp + 20 + 32]        ; width                  mov ebx, [esp + 20 + 32]        ; width
225                  mov eax, [esp + 20 + 8]         ; dst_stride                  mov eax, [esp + 20 + 8]         ; dst_stride
226                  sub eax, ebx                            ;                  sub eax, ebx                            ;
227                  add eax, eax                            ; eax = 2*(dst_stride - width)                  sub eax, ebx                            ; eax = dst_stride - (2 * width)
228                  push eax                                        ; [esp + 4] = dst_dif                  push eax                                        ; [esp + 4] = dst_dif
229                                                  ; STACK BASE = 24                                                  ; STACK BASE = 24
230    

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

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