提交 ea689c8e 编写于 作者: F Falk Hüffner

An easy way to speed up encoding by 6%.

Originally committed as revision 978 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 7ffbb60e
......@@ -2749,9 +2749,11 @@ static int dct_quantize_c(MpegEncContext *s,
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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册