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

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

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

revision 1.2, Sat Feb 15 15:22:18 2003 UTC revision 1.2.2.1, Mon Jun 9 01:19:46 2003 UTC
# Line 35  Line 35 
35  #define ROW_SHIFT 8  #define ROW_SHIFT 8
36  #define COL_SHIFT 17  #define COL_SHIFT 17
37  #else  #else
38  #define W1  22725  //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5  #define W1  22725  /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */
39  #define W2  21407  //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5  #define W2  21407  /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */
40  #define W3  19266  //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5  #define W3  19266  /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */
41  #define W4  16383  //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5  #define W4  16383  /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */
42  #define W5  12873  //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5  #define W5  12873  /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */
43  #define W6  8867   //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5  #define W6  8867   /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */
44  #define W7  4520   //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5  #define W7  4520   /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */
45  #define ROW_SHIFT 11  #define ROW_SHIFT 11
46  #define COL_SHIFT 20 // 6  #define COL_SHIFT 20 /* 6 */
47  #endif  #endif
48    
49  #if defined(ARCH_IS_PPC)  #if defined(ARCH_IS_PPC)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

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