comparison vc1.c @ 6008:2c4164b26d53 libavcodec

Enable 4x4 IDCT for FASTTX=0 mode in WMV3
author kostya
date Sun, 09 Dec 2007 05:55:45 +0000
parents f4859c13426b
children a2b438bcb1d2
comparison
equal deleted inserted replaced
6007:3c37faa04193 6008:2c4164b26d53
814 if (!v->res_fasttx) 814 if (!v->res_fasttx)
815 { 815 {
816 v->s.dsp.vc1_inv_trans_8x8 = ff_simple_idct; 816 v->s.dsp.vc1_inv_trans_8x8 = ff_simple_idct;
817 v->s.dsp.vc1_inv_trans_8x4 = ff_simple_idct84_add; 817 v->s.dsp.vc1_inv_trans_8x4 = ff_simple_idct84_add;
818 v->s.dsp.vc1_inv_trans_4x8 = ff_simple_idct48_add; 818 v->s.dsp.vc1_inv_trans_4x8 = ff_simple_idct48_add;
819 // v->s.dsp.vc1_inv_trans_4x4 = ff_simple_idct44_add; 819 v->s.dsp.vc1_inv_trans_4x4 = ff_simple_idct44_add;
820 } 820 }
821 821
822 v->fastuvmc = get_bits1(gb); //common 822 v->fastuvmc = get_bits1(gb); //common
823 if (!v->profile && !v->fastuvmc) 823 if (!v->profile && !v->fastuvmc)
824 { 824 {