Mercurial > libavcodec.hg
comparison ppc/vc1dsp_altivec.c @ 5997:90de28dfd8d6 libavcodec
Switch VC-1 decoder to output decoded residual immediately.
author | kostya |
---|---|
date | Sat, 08 Dec 2007 10:41:18 +0000 |
parents | f6c430823940 |
children | f22faee96323 |
comparison
equal
deleted
inserted
replaced
5996:9319837c5d02 | 5997:90de28dfd8d6 |
---|---|
330 } | 330 } |
331 | 331 |
332 | 332 |
333 void vc1dsp_init_altivec(DSPContext* dsp, AVCodecContext *avctx) { | 333 void vc1dsp_init_altivec(DSPContext* dsp, AVCodecContext *avctx) { |
334 dsp->vc1_inv_trans_8x8 = vc1_inv_trans_8x8_altivec; | 334 dsp->vc1_inv_trans_8x8 = vc1_inv_trans_8x8_altivec; |
335 dsp->vc1_inv_trans_8x4 = vc1_inv_trans_8x4_altivec; | 335 //dsp->vc1_inv_trans_8x4 = vc1_inv_trans_8x4_altivec; |
336 } | 336 } |