[svn] / branches / dev-api-4 / xvidcore / src / dct / x86_asm / idct_3dne.asm Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/dct/x86_asm/idct_3dne.asm

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

revision 1191, Mon Oct 27 01:03:43 2003 UTC revision 1192, Tue Oct 28 22:23:03 2003 UTC
# Line 20  Line 20 
20  ; *  along with this program; if not, write to the Free Software  ; *  along with this program; if not, write to the Free Software
21  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22  ; *  ; *
23  ; * $Id: idct_3dne.asm,v 1.2.2.1 2003-10-27 01:03:06 edgomez Exp $  ; * $Id: idct_3dne.asm,v 1.2.2.2 2003-10-28 22:23:03 edgomez Exp $
24  ; *  ; *
25  ; ***************************************************************************/  ; ***************************************************************************/
26    
# Line 210  Line 210 
210    
211  SECTION .text  SECTION .text
212    
213    cglobal idct_3dne
214    
215  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
216  ; void idct_3dne(uint16_t block[64]);  ; void idct_3dne(uint16_t block[64]);
217  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
218    
219  ALIGN 16  ALIGN 16
 cglobal idct_3dne  
220  idct_3dne:  idct_3dne:
221          mov             eax, [esp+4]          mov             eax, [esp+4]
222    

Legend:
Removed from v.1191  
changed lines
  Added in v.1192

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