Mercurial > libavcodec.hg
changeset 5998:17883162bd18 libavcodec
Use IDCT functions when FASTTX=0
author | kostya |
---|---|
date | Sat, 08 Dec 2007 10:50:50 +0000 |
parents | 90de28dfd8d6 |
children | f22faee96323 |
files | vc1.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/vc1.c Sat Dec 08 10:41:18 2007 +0000 +++ b/vc1.c Sat Dec 08 10:50:50 2007 +0000 @@ -814,6 +814,9 @@ if (!v->res_fasttx) { v->s.dsp.vc1_inv_trans_8x8 = simple_idct; + v->s.dsp.vc1_inv_trans_8x4 = simple_idct84_add; + v->s.dsp.vc1_inv_trans_4x8 = simple_idct48_add; +// v->s.dsp.vc1_inv_trans_4x4 = simple_idct44_add; } v->fastuvmc = get_bits1(gb); //common