# HG changeset patch # User mellum # Date 1033179514 0 # Node ID 9b35329086c779b135890eb1dc15eac607755035 # Parent 65f9e32225bae7e22681744fedc1b95da2ebcc97 An easy way to speed up encoding by 6%. diff -r 65f9e32225ba -r 9b35329086c7 mpegvideo.c --- a/mpegvideo.c Sat Sep 28 01:49:37 2002 +0000 +++ b/mpegvideo.c Sat Sep 28 02:18:34 2002 +0000 @@ -2749,9 +2749,11 @@ s->fdct (block); +#ifndef ARCH_ALPHA /* Alpha uses unpermuted matrix */ /* we need this permutation so that we correct the IDCT permutation. will be moved into DCT code */ block_permute(block); +#endif if (s->mb_intra) { if (!s->h263_aic) {