comparison dsputil.c @ 214:73df666cacc7 libavcodec

Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
author nickols_k
date Sun, 20 Jan 2002 14:48:02 +0000
parents c0d8ecae7ac5
children 0b234715e205
comparison
equal deleted inserted replaced
213:e80ad397d30e 214:73df666cacc7
495 #endif 495 #endif
496 #ifdef HAVE_MLIB 496 #ifdef HAVE_MLIB
497 dsputil_init_mlib(); 497 dsputil_init_mlib();
498 use_permuted_idct = 0; 498 use_permuted_idct = 0;
499 #endif 499 #endif
500 #ifdef ARCH_ALPHA
501 dsputil_init_alpha();
502 use_permuted_idct = 0;
503 #endif
500 504
501 #ifdef SIMPLE_IDCT 505 #ifdef SIMPLE_IDCT
502 if(ff_idct == simple_idct) use_permuted_idct=0; 506 if(ff_idct == simple_idct) use_permuted_idct=0;
503 #endif 507 #endif
504 508