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

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

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

revision 499, Sat Sep 21 03:11:36 2002 UTC revision 585, Wed Oct 9 14:35:57 2002 UTC
# Line 28  Line 28 
28   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
29   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
30   *   *
31   * $Id: xvid.c,v 1.37 2002-09-21 03:07:56 suxen_drol Exp $   * $Id: xvid.c,v 1.38 2002-10-09 14:35:57 ia64p Exp $
32   *   *
33   ****************************************************************************/   ****************************************************************************/
34    
# Line 374  Line 374 
374          if ((cpu_flags & XVID_CPU_IA64) > 0) { //use assembler routines?          if ((cpu_flags & XVID_CPU_IA64) > 0) { //use assembler routines?
375            idct_ia64_init();            idct_ia64_init();
376            fdct = fdct_ia64;            fdct = fdct_ia64;
377            idct = idct_ia64;   //not yet working, crashes            idct = idct_ia64;
378            interpolate8x8_halfpel_h = interpolate8x8_halfpel_h_ia64;            interpolate8x8_halfpel_h = interpolate8x8_halfpel_h_ia64;
379            interpolate8x8_halfpel_v = interpolate8x8_halfpel_v_ia64;            interpolate8x8_halfpel_v = interpolate8x8_halfpel_v_ia64;
380            interpolate8x8_halfpel_hv = interpolate8x8_halfpel_hv_ia64;            interpolate8x8_halfpel_hv = interpolate8x8_halfpel_hv_ia64;
# Line 393  Line 393 
393            transfer_8to16sub2 = transfer_8to16sub2_ia64;            transfer_8to16sub2 = transfer_8to16sub2_ia64;
394            transfer_16to8add = transfer_16to8add_ia64;            transfer_16to8add = transfer_16to8add_ia64;
395            transfer8x8_copy = transfer8x8_copy_ia64;            transfer8x8_copy = transfer8x8_copy_ia64;
396            DEBUG("Using IA-64 assembler routines.\n");  //        DEBUG("Using IA-64 assembler routines.\n");
397          }          }
398  #endif  #endif
399    

Legend:
Removed from v.499  
changed lines
  Added in v.585

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