# HG changeset patch # User kostya # Date 1197111050 0 # Node ID 17883162bd18f7626c24ed837c377b536e9ddfee # Parent 90de28dfd8d6c33ea3f9afa572ac6d1ca02d33b6 Use IDCT functions when FASTTX=0 diff -r 90de28dfd8d6 -r 17883162bd18 vc1.c --- 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