[svn] / branches / dev-api-4 / xvidcore / src / xvid.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/xvid.c

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

revision 1260, Fri Dec 12 15:09:01 2003 UTC revision 1261, Sat Dec 13 00:04:09 2003 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.45.2.23 2003-12-11 17:18:29 Isibaar Exp $   * $Id: xvid.c,v 1.45.2.24 2003-12-13 00:04:09 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 481  Line 481 
481                  interpolate8x8_halfpel_hv = interpolate8x8_halfpel_hv_3dne;                  interpolate8x8_halfpel_hv = interpolate8x8_halfpel_hv_3dne;
482          }          }
483    
 #if defined(EXPERIMENTAL_SSE2_CODE) /* mark the whole SSE2 stuff as experimental. At least on  
                                                                            my P4, it crashes... */  
484          if ((cpu_flags & XVID_CPU_SSE2)) {          if ((cpu_flags & XVID_CPU_SSE2)) {
485    
486                  calc_cbp = calc_cbp_sse2;                  calc_cbp = calc_cbp_sse2;
# Line 497  Line 495 
495                  sad16    = sad16_sse2;                  sad16    = sad16_sse2;
496                  dev16    = dev16_sse2;                  dev16    = dev16_sse2;
497    
498                  /* DCT operators */                  /* DCT operators
499                     * no iDCT because it's not "Walken matching" */
500                  fdct = fdct_sse2_skal;                  fdct = fdct_sse2_skal;
                 idct = idct_sse2_dmitry;  
501          }          }
502  #endif  #endif /* ARCH_IS_IA32 */
 #endif  
503    
504  #if defined(ARCH_IS_IA64)  #if defined(ARCH_IS_IA64)
505          if ((cpu_flags & XVID_CPU_ASM)) { /* use assembler routines? */          if ((cpu_flags & XVID_CPU_ASM)) { /* use assembler routines? */

Legend:
Removed from v.1260  
changed lines
  Added in v.1261

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