[svn] / trunk / xvidcore / src / dct / simple_idct.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/dct/simple_idct.c

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

revision 1382, Mon Mar 22 22:36:25 2004 UTC revision 1412, Mon Apr 5 20:36:37 2004 UTC
# Line 22  Line 22 
22   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
23   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
24   *   *
25   * $Id: simple_idct.c,v 1.4 2004-03-22 22:36:23 edgomez Exp $   * $Id: simple_idct.c,v 1.5 2004-04-05 20:36:36 edgomez Exp $
26   *   *
27   ****************************************************************************/   ****************************************************************************/
28    
# Line 56  Line 56 
56  #define COL_SHIFT 20 /* 6 */  #define COL_SHIFT 20 /* 6 */
57  #endif  #endif
58    
59  #if defined(ARCH_IS_PPC)  /*
60     PPC mac operation.  Causes compile problems on newer ppc targets
61    
62     Was originally: #if defined(ARCH_IS_PPC)
63     */
64    #if 0
65    
66  /* signed 16x16 -> 32 multiply add accumulate */  /* signed 16x16 -> 32 multiply add accumulate */
67  #define MAC16(rt, ra, rb) \  #define MAC16(rt, ra, rb) \

Legend:
Removed from v.1382  
changed lines
  Added in v.1412

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