[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.1.2.2, Tue Jan 21 13:30:59 2003 UTC revision 1.1.2.3, Tue Feb 11 12:45:52 2003 UTC
# Line 244  Line 244 
244          0x32, 0x3A, 0x36, 0x3B, 0x33, 0x3E, 0x37, 0x3F,          0x32, 0x3A, 0x36, 0x3B, 0x33, 0x3E, 0x37, 0x3F,
245  };  };
246    
247    #if defined(ARCH_X86)
248  /* wrapper function, as simple_idct_mmx expects data to be permutated */  /* wrapper function, as simple_idct_mmx expects data to be permutated */
249  void simple_idct_mmx2(int16_t * const block)  void simple_idct_mmx2(int16_t * const block)
250  {  {
# Line 254  Line 255 
255      simple_idct_mmx(tmp);      simple_idct_mmx(tmp);
256      for(i=0;i<64;i++) block[i] = tmp[i];      for(i=0;i<64;i++) block[i] = tmp[i];
257  }  }
258    #endif

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

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