Go to the source code of this file.
Functions | |
| static void | vc1_inv_trans_8x8_altivec (DCTELEM block[64]) |
| Do inverse transform on 8x8 block. | |
| static void | vc1_inv_trans_8x4_altivec (DCTELEM block[64], int n) |
| Do inverse transform on 8x4 part of block. | |
| void | vc1dsp_init_altivec (DSPContext *dsp, AVCodecContext *avctx) |
| static void vc1_inv_trans_8x8_altivec | ( | DCTELEM | block[64] | ) | [static] |
Do inverse transform on 8x8 block.
Definition at line 133 of file vc1dsp_altivec.c.
Referenced by vc1dsp_init_altivec().
| static void vc1_inv_trans_8x4_altivec | ( | DCTELEM | block[64], | |
| int | n | |||
| ) | [static] |
Do inverse transform on 8x4 part of block.
Definition at line 230 of file vc1dsp_altivec.c.
Referenced by vc1dsp_init_altivec().
| void vc1dsp_init_altivec | ( | DSPContext * | dsp, | |
| AVCodecContext * | avctx | |||
| ) |
1.5.5