[svn] / trunk / xvidcore / src / dct / idct.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/dct/idct.h

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

revision 676, Mon Nov 25 13:38:56 2002 UTC revision 677, Tue Nov 26 23:44:11 2002 UTC
# Line 48  Line 48 
48   *  exception also makes it possible to release a modified version which   *  exception also makes it possible to release a modified version which
49   *  carries forward this exception.   *  carries forward this exception.
50   *   *
51   * $Id: idct.h,v 1.6 2002-11-16 23:51:58 edgomez Exp $   * $Id: idct.h,v 1.7 2002-11-26 23:44:10 edgomez Exp $
52   *   *
53   *************************************************************************/   *************************************************************************/
54    
55  #ifndef _IDCT_H_  #ifndef _IDCT_H_
56  #define _IDCT_H_  #define _IDCT_H_
57    
58  void idct_int32_init();  void idct_int32_init(void);
59  void idct_ia64_init();  void idct_ia64_init(void);
60    
61  typedef void (idctFunc) (short *const block);  typedef void (idctFunc) (short *const block);
62  typedef idctFunc *idctFuncPtr;  typedef idctFunc *idctFuncPtr;

Legend:
Removed from v.676  
changed lines
  Added in v.677

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