comparison dsputil.c @ 12356:1241c824de46 libavcodec

Move cavs dsp functions to their own struct
author mru
date Tue, 03 Aug 2010 20:59:00 +0000
parents 5d73c4b4cd37
children 9f06475db098
comparison
equal deleted inserted replaced
12355:e25a985a550c 12356:1241c824de46
4341 c->put_no_rnd_vc1_chroma_pixels_tab[0]= put_no_rnd_vc1_chroma_mc8_c; 4341 c->put_no_rnd_vc1_chroma_pixels_tab[0]= put_no_rnd_vc1_chroma_mc8_c;
4342 c->avg_no_rnd_vc1_chroma_pixels_tab[0]= avg_no_rnd_vc1_chroma_mc8_c; 4342 c->avg_no_rnd_vc1_chroma_pixels_tab[0]= avg_no_rnd_vc1_chroma_mc8_c;
4343 4343
4344 c->draw_edges = draw_edges_c; 4344 c->draw_edges = draw_edges_c;
4345 4345
4346 #if CONFIG_CAVS_DECODER
4347 ff_cavsdsp_init(c,avctx);
4348 #endif
4349
4350 #if CONFIG_MLP_DECODER || CONFIG_TRUEHD_DECODER 4346 #if CONFIG_MLP_DECODER || CONFIG_TRUEHD_DECODER
4351 ff_mlp_init(c, avctx); 4347 ff_mlp_init(c, avctx);
4352 #endif 4348 #endif
4353 #if CONFIG_VC1_DECODER 4349 #if CONFIG_VC1_DECODER
4354 ff_vc1dsp_init(c,avctx); 4350 ff_vc1dsp_init(c,avctx);