[svn] / branches / dev-api-3 / xvidcore / src / image / x86_asm / yv12_to_yuyv_mmx.asm Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/image/x86_asm/yv12_to_yuyv_mmx.asm

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

revision 392, Wed Sep 4 18:44:41 2002 UTC revision 582, Sun Oct 6 07:05:51 2002 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.392  
changed lines
  Added in v.582

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