comparison bfin/dsputil_bfin.c @ 5130:bd2133a6973c libavcodec

Blackfin IDCT has no special permutation it uses normal order
author mhoffman
date Tue, 12 Jun 2007 19:06:39 +0000
parents d5ba514e3f4a
children 3d6f2ff62910
comparison
equal deleted inserted replaced
5129:0244bba24b43 5130:bd2133a6973c
283 c->put_no_rnd_pixels_tab[0][0] = bfin_put_pixels16_nornd; 283 c->put_no_rnd_pixels_tab[0][0] = bfin_put_pixels16_nornd;
284 c->put_no_rnd_pixels_tab[0][1] = bfin_put_pixels16_x2_nornd; 284 c->put_no_rnd_pixels_tab[0][1] = bfin_put_pixels16_x2_nornd;
285 c->put_no_rnd_pixels_tab[0][2] = bfin_put_pixels16_y2_nornd; 285 c->put_no_rnd_pixels_tab[0][2] = bfin_put_pixels16_y2_nornd;
286 c->put_no_rnd_pixels_tab[0][3] = ff_bfin_put_pixels16_xy2_nornd; 286 c->put_no_rnd_pixels_tab[0][3] = ff_bfin_put_pixels16_xy2_nornd;
287 287
288 c->idct_permutation_type = FF_NO_IDCT_PERM;
288 c->fdct = ff_bfin_fdct; 289 c->fdct = ff_bfin_fdct;
289 c->idct = ff_bfin_idct; 290 c->idct = ff_bfin_idct;
290 c->idct_add = bfin_idct_add; 291 c->idct_add = bfin_idct_add;
291 c->idct_put = bfin_idct_put; 292 c->idct_put = bfin_idct_put;
292 } 293 }