comparison armv4l/dsputil_arm.c @ 2776:930e56f92c57 libavcodec

IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org)
author michael
date Tue, 28 Jun 2005 22:46:36 +0000
parents 7f38814cffa1
children bfabfdf9ce55
comparison
equal deleted inserted replaced
2775:f3cdd51c9e16 2776:930e56f92c57
238 c->put_no_rnd_pixels_tab[1][0] = put_pixels8_arm;//OK 238 c->put_no_rnd_pixels_tab[1][0] = put_pixels8_arm;//OK
239 c->put_no_rnd_pixels_tab[1][1] = put_no_rnd_pixels8_x2_arm; //OK 239 c->put_no_rnd_pixels_tab[1][1] = put_no_rnd_pixels8_x2_arm; //OK
240 c->put_no_rnd_pixels_tab[1][2] = put_no_rnd_pixels8_y2_arm; //OK 240 c->put_no_rnd_pixels_tab[1][2] = put_no_rnd_pixels8_y2_arm; //OK
241 /* c->put_no_rnd_pixels_tab[1][3] = put_no_rnd_pixels8_xy2_arm;//NG */ 241 /* c->put_no_rnd_pixels_tab[1][3] = put_no_rnd_pixels8_xy2_arm;//NG */
242 242
243 #if 1
244 #ifdef HAVE_IWMMXT 243 #ifdef HAVE_IWMMXT
245 dsputil_init_iwmmxt(c, avctx); 244 dsputil_init_iwmmxt(c, avctx);
246 #endif 245 #endif
247 #endif 246 }
248 }