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

Diff of /trunk/xvidcore/src/xvid.c

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

revision 1609, Mon Apr 4 23:49:37 2005 UTC revision 1618, Mon May 23 12:06:02 2005 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: xvid.c,v 1.62 2005-04-04 23:49:37 edgomez Exp $   * $Id: xvid.c,v 1.63 2005-05-23 12:06:02 Skal Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 509  Line 509 
509                  sad16    = sad16_sse2;                  sad16    = sad16_sse2;
510                  dev16    = dev16_sse2;                  dev16    = dev16_sse2;
511    
512                  /* DCT operators                  /* DCT operators */
                  * no iDCT because it's not "Walken matching" */  
513                  fdct = fdct_sse2_skal;                  fdct = fdct_sse2_skal;
514                    /* idct = idct_sse2_skal; */   /* Is now IEEE1180 and Walken compliant. Disabled until fully tested. */
515    
516                  /* postprocessing */                  /* postprocessing */
517                  image_brightness = image_brightness_sse2;                  image_brightness = image_brightness_sse2;

Legend:
Removed from v.1609  
changed lines
  Added in v.1618

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