[svn] / trunk / xvidcore / src / image / x86_asm / colorspace_mmx.inc Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/image/x86_asm/colorspace_mmx.inc

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

revision 1802, Wed Nov 26 10:11:31 2008 UTC revision 1803, Wed Nov 26 23:35:50 2008 UTC
# Line 48  Line 48 
48  %define shadow          0  %define shadow          0
49  %else  %else
50  %define pushsize        4*PTR_SIZE  %define pushsize        4*PTR_SIZE
51  %define shadow          32 + 16  %define shadow          32 + 2*PTR_SIZE
52  %endif  %endif
53    
54  %define prm_vflip           dword [_ESP + localsize + pushsize + shadow + 4*PTR_SIZE]  %define prm_vflip           dword [_ESP + localsize + pushsize + shadow + 4*PTR_SIZE]
# Line 57  Line 57 
57  %define prm_uv_stride       dword [_ESP + localsize + pushsize + shadow + 1*PTR_SIZE]  %define prm_uv_stride       dword [_ESP + localsize + pushsize + shadow + 1*PTR_SIZE]
58    
59  %ifdef WINDOWS  %ifdef WINDOWS
60  %define prm_y_stride        dword [_ESP + localsize + pushsize + shadow - 1*PTR_SIZE]  %define prm_y_stride        dword [_ESP + localsize + pushsize + shadow + 0*PTR_SIZE]
61  %define prm_v_ptr           [_ESP + localsize + pushsize + shadow - 2*PTR_SIZE]  %define prm_v_ptr           [_ESP + localsize + pushsize + shadow - 1*PTR_SIZE]
62    
63    push _ESI    ;   esp + localsize + 8    push _ESI    ;   esp + localsize + 8
64    push _EDI    ;   esp + localsize + 4    push _EDI    ;   esp + localsize + 4

Legend:
Removed from v.1802  
changed lines
  Added in v.1803

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