# HG changeset patch # User mhoffman # Date 1181675199 0 # Node ID bd2133a6973c0795e0853efe93093472aed6f8dc # Parent 0244bba24b43f44b8daa7b15eecc123f77803745 Blackfin IDCT has no special permutation it uses normal order diff -r 0244bba24b43 -r bd2133a6973c bfin/dsputil_bfin.c --- a/bfin/dsputil_bfin.c Tue Jun 12 18:50:50 2007 +0000 +++ b/bfin/dsputil_bfin.c Tue Jun 12 19:06:39 2007 +0000 @@ -285,6 +285,7 @@ c->put_no_rnd_pixels_tab[0][2] = bfin_put_pixels16_y2_nornd; c->put_no_rnd_pixels_tab[0][3] = ff_bfin_put_pixels16_xy2_nornd; + c->idct_permutation_type = FF_NO_IDCT_PERM; c->fdct = ff_bfin_fdct; c->idct = ff_bfin_idct; c->idct_add = bfin_idct_add;