[svn] / branches / release-1_0-branch / xvidcore / src / xvid.c Repository:
ViewVC logotype

Diff of /branches/release-1_0-branch/xvidcore/src/xvid.c

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

revision 1387, Mon Mar 22 23:56:55 2004 UTC revision 1415, Wed Apr 7 22:31:39 2004 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.48 2004-03-22 22:36:23 edgomez Exp $   * $Id: xvid.c,v 1.48.2.1 2004-04-07 22:31:39 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 447  Line 447 
447                  interpolate8x8_halfpel_hv = interpolate8x8_halfpel_hv_3dn;                  interpolate8x8_halfpel_hv = interpolate8x8_halfpel_hv_3dn;
448          }          }
449    
450          if ((cpu_flags & XVID_CPU_3DNOWEXT)) {          if ((cpu_flags & XVID_CPU_3DNOWEXT) && (cpu_flags & XVID_CPU_MMXEXT)) {
451    
452                  /* Inverse DCT */                  /* Inverse DCT */
453                  idct =  idct_3dne;                  idct =  idct_3dne;

Legend:
Removed from v.1387  
changed lines
  Added in v.1415

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